@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.cryptlex-licenses-wrapper {
    max-width: none;
    margin: 40px auto;
    padding: 0 16px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}

.cryptlex-licenses-form {
    max-width: 420px;
    margin: 0 auto 24px;
}

.cryptlex-licenses-table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-collapse: collapse;
    font-size: 15px;
}



.cryptlex-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cryptlex-licenses-field {
    margin-bottom: 16px;
}

.cryptlex-licenses-field input[type="email"],
.cryptlex-licenses-field input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'PT Sans', sans-serif;
    background-color: #ffffff;
}

.cryptlex-licenses-field input::placeholder {
    color: #777777;
}

.cryptlex-licenses-field input:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa1a;
}

.cryptlex-licenses-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cryptlex-licenses-submit {
    min-width: 140px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
}

.cryptlex-licenses-loading {
    font-size: 13px;
}

.cryptlex-licenses-error {
    margin-top: 10px;
    color: #b00020;
    text-align: center;
    font-size: 13px;
}

.cryptlex-licenses-results {
    margin-top: 24px;
}

.cryptlex-licenses-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.cryptlex-licenses-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    font-size: 15px;
}

.cryptlex-licenses-table th,
.cryptlex-licenses-table td {
    border: 1px solid #dddddd;
    padding: 8px 10px;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
}

.cryptlex-licenses-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.cryptlex-licenses-table button {
    padding: 4px 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}

.cryptlex-return-btn {
    min-width: 140px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}

.cryptlex-licenses-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.cryptlex-licenses-table {
    margin-bottom: 0 !important;
}

.cryptlex-licenses-results {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.cryptlex-licenses-results + * {
    margin-top: 0 !important;
}

.wp-block-group.has-global-padding:has(.cryptlex-licenses-wrapper),
.wp-block-group.alignfull:has(.cryptlex-licenses-wrapper),
.entry-content:has(.cryptlex-licenses-wrapper),
main:has(.cryptlex-licenses-wrapper) {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.cryptlex-licenses-wrapper,
.cryptlex-licenses-wrapper * {
    font-family: 'PT Sans', sans-serif !important;
}


.cryptlex-licenses-submit,
.cryptlex-return-btn {
    background-color: #53a6a6;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 22px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif !important;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    display: inline-block;
}


.cryptlex-licenses-submit:hover,
.cryptlex-return-btn:hover {
    background-color: #4a9494;
}


.cryptlex-licenses-submit:active,
.cryptlex-return-btn:active {
    opacity: 0.85;
}


.cryptlex-licenses-submit:focus,
.cryptlex-return-btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(83, 166, 166, 0.3);
}
