/* General Styles */
.cfkef-license-box {
    margin: 25px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 660px;
    box-shadow: 0px 2px 2px rgb(150 150 150 / 12%);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
}
.cfkef-license-box .wrapper-header {
    padding: 1px 20px;
    background-color: #3f415e;
    border-radius: 5px 5px 0px 0px;
}
.cfkef-license-box .wrapper-header h3{
    color: white;
}
.cfkef-license-box .wrapper-body {
    padding: 20px;
}
.cfkef-license-box * {
    box-sizing: border-box;
}

.cfkef-license-box ul {
    list-style: square;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}

.cfkef-license-box ul li {
    margin-bottom: 12px;
}

.cfkef-license-field {
    margin-bottom: 15px;
}

.cfkef-license-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cfkef-license-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.cfkef-license-field input:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
    outline: none;
}

.cfkef-el-license-active-btn {
    text-align: right;
}

.cfkef-license-form .notice.notice-error.is-dismissible {
    border-left-color: #dc3232;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    background: #fff7f7;
}

.cfkef-license-form .notice.notice-error.is-dismissible p {
    margin: 0;
    color: #dc3232;
}

/* Submit Button */
.cfkef-submit-button {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    align-items: center;
    flex-wrap: wrap;
}

/* Support Section */
.cfkef-license-support {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    align-items: center;
    flex-wrap: wrap;
}
.cfkef-support-buttons {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

button#cfkef-refresh-license-btn{
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
    height: 30px;
    margin-block-end: 0;
    margin-inline-start: 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    white-space: nowrap;
    box-sizing: border-box;
}

.cfkef-license-box .validity{
    font-weight: bold;
}

.cfkef-support-buttons .button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    background: whitesmoke;
    color: black;
}
.cfkef-refresh-row{
    display: flex;
    justify-content: flex-end;
}
.license-key{
    background: #f5f5f5;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    font-family: monospace;
}