.iafwmc-settings-heading
{
    display: inline;
    margin-right: 30px !important;
    cursor: pointer;
    padding: 7px !important;
    font-size: 15px !important;
    /* background-color: #80808003; */
    /* box-shadow: 0px 0px 1px 0px; */
}
.iafwmc-settings-heading:hover {
    color: #2271b1; /* Highlight color (blue for emphasis) */
   
}

.iafwmc-settings-heading-active
{
    border-bottom: 3px solid #2271b1;
}
.iafwmc-license-key {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    max-width: 600px;
    margin: 20px 0;
}
.iafwmc-license-key h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.iafwmc-license-key p {
    margin-bottom: 10px;
}
.iafwmc-license-key input.regular-text {
    margin-right: 10px;
    width: 300px;
}
.iafwmc-license-expire-text
{
    position: absolute;
    bottom: 10px; /* Adjust distance from the bottom */
    right: 10px; /* Adjust distance from the right */
    font-size: 14px;
    color: #333;
}
.iafwmc-license-header
{
    font-size: 20px;
    font-weight: bold;
}
.iafwmc-license-highlighted-value {
    font-weight: bold;
    color: #d9534f; /* Example: Bootstrap danger color, you can choose any color */
    background-color: #f9f2f4; /* Light background for better contrast */
    padding: 2px 4px;
    border-radius: 3px;
  }
  