/* Request License Key page */
.page-lkr-wrap .lkr-page {
    padding-bottom: 48px;
}

.lkr-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #5c5c5c;
    margin: 0 0 24px;
    max-width: 52ch;
}

.lkr-aside {
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .lkr-aside {
        position: sticky;
        top: 24px;
        margin-bottom: 0;
    }
}

.lkr-tip-card {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lkr-tip-card:last-child {
    margin-bottom: 0;
}

.lkr-tip-card:hover {
    border-color: #d4d4d4;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.lkr-tip-card__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
}

.lkr-tip-card--fast .lkr-tip-card__icon {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}

.lkr-tip-card--market .lkr-tip-card__icon {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
}

.lkr-tip-card__body {
    flex: 1;
    min-width: 0;
}

.lkr-tip-card__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1a1a1a;
}

.lkr-tip-card__text {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.lkr-tip-card__link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
}

.lkr-panel {
    padding: 28px 26px 32px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
}

@media (max-width: 575.98px) {
    .lkr-panel {
        padding: 22px 18px 26px;
    }
}

.lkr-panel__heading {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1a1a1a;
}

.lkr-panel__sub {
    font-size: 13px;
    color: #777;
    margin: 0 0 22px;
    line-height: 1.45;
}

.lkr-auth {
    text-align: center;
    padding: 36px 28px;
    border: 1px dashed #ddd;
    border-radius: 12px;
    background: #fafafa;
}

.lkr-auth__icon {
    color: #888;
    margin-bottom: 14px;
}

.lkr-auth__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.lkr-auth__text {
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 auto 22px;
    max-width: 400px;
}

.lkr-auth__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.lkr-form .form-group {
    margin-bottom: 20px;
}

.lkr-form__section {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
}

.lkr-form__section--purchase {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.lkr-form__section--purchase .lkr-form__section-title {
    margin-bottom: 0;
}

.lkr-form__field-select {
    margin-bottom: 0 !important;
}

.lkr-form__field-select .control-label {
    margin-bottom: 6px;
}

.lkr-form__section--purchase .lkr-notice {
    margin-top: 0;
    margin-bottom: 0;
}

.lkr-form__section-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 14px;
}

.lkr-account-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 575.98px) {
    .lkr-account-grid {
        grid-template-columns: 1fr;
    }
}

.lkr-field-readonly .form-control {
    background: #f6f6f6;
    color: #444;
    cursor: default;
}

.lkr-select-wrap {
    position: relative;
}

.lkr-select-wrap select.form-control {
    height: 48px;
    padding-right: 2.25rem;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.5 1.5 6 6l4.5-4.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

/* Theme .custom-select adds its own arrow — hide duplicate */
.lkr-select-wrap .custom-select {
    background-image: none;
}

.lkr-notice {
    display: flex;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}

.lkr-notice[hidden] {
    display: none !important;
}

.lkr-notice__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.lkr-notice--info {
    background: #e8f4fd;
    border: 1px solid #b8daff;
    color: #0c5460;
}

.lkr-notice--info .lkr-notice__icon {
    background: #0d6efd;
    color: #fff;
}

.lkr-notice--warning {
    background: #fff8e6;
    border: 1px solid #ffeeba;
    color: #856404;
}

.lkr-notice--warning .lkr-notice__icon {
    background: #f0ad4e;
    color: #fff;
}

.lkr-notice--manual {
    background: #f8f9fa;
    border: 1px solid #e2e6ea;
    color: #495057;
}

.lkr-notice--manual .lkr-notice__icon {
    background: #6c757d;
    color: #fff;
}

.lkr-notice__body {
    flex: 1;
    min-width: 0;
}

.lkr-notice__title {
    font-weight: 700;
    margin: 0 0 4px;
    font-size: 14px;
}

.lkr-notice__text {
    margin: 0;
    font-size: 13px;
}

.lkr-upload {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    background: #fafafa;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.lkr-upload:hover,
.lkr-upload.is-dragover {
    border-color: var(--vr-color-main, #0d6efd);
    background: #f0f7ff;
}

.lkr-upload__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.lkr-upload__icon {
    color: #999;
    margin-bottom: 8px;
}

.lkr-upload__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px;
}

.lkr-upload__hint {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.lkr-upload__filename {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0d6efd;
    word-break: break-all;
}

.lkr-upload__filename:empty {
    display: none;
}

.lkr-upload-wrap {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #efefef;
}

.lkr-upload-wrap .lkr-form__section-title {
    margin-bottom: 12px;
}

.lkr-form__actions {
    margin-top: 16px;
    padding-top: 0;
}

.lkr-form__actions .btn-custom {
    min-width: 180px;
    padding: 12px 28px;
    font-weight: 600;
}

#license_key_request_submit {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lkr-form__actions[hidden] {
    display: none !important;
}

.lkr-upload-wrap[hidden],
.lkr-message-wrap[hidden] {
    display: none !important;
}

body.premium-landing-page .page-lkr-wrap .page-title {
    margin-bottom: 8px;
}
