/* Admin Styles */
.authyo-admin-wrap {
    margin-top: 20px;
}

/* Card Styling */
.authyo-settings-card {
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}

.authyo-settings-card h3 {
    margin: 0;
    padding: 14px 18px;
    background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 100%);
    border-bottom: 1px solid #e0e4e8;
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
}

.authyo-settings-card .form-table {
    margin: 0;
    width: 100%;
}

.authyo-settings-card .form-table th {
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #3c434a;
    width: 140px;
}

.authyo-settings-card .form-table td {
    padding: 12px 18px;
}

.authyo-settings-card p {
    padding: 0 18px;
    font-size: 13px;
    color: #50575e;
}

.authyo-settings-card fieldset {
    padding: 14px 18px;
}

.authyo-settings-card fieldset label {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 15px;
    font-size: 13px;
}

/* Grid Layout for compact cards */
.authyo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.authyo-grid .authyo-settings-card {
    margin-bottom: 0;
}

@media (max-width: 960px) {
    .authyo-grid {
        grid-template-columns: 1fr;
    }
}

/* Full-width card override (inside or outside grid) */
.authyo-settings-card.authyo-card-full {
    grid-column: 1 / -1;
}

/* Prevent input overflow in grid cards */
.authyo-grid .authyo-settings-card .form-table th {
    width: auto;
    white-space: nowrap;
}

.authyo-grid .authyo-settings-card .regular-text,
.authyo-grid .authyo-settings-card input[type="number"],
.authyo-grid .authyo-settings-card input[type="text"],
.authyo-grid .authyo-settings-card input[type="url"] {
    max-width: 100%;
}

/* Shortcode Boxes */
.authyo-shortcode-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

@media (max-width: 680px) {
    .authyo-shortcode-boxes {
        grid-template-columns: 1fr;
    }
}

.authyo-shortcode-box {
    background: #f8f9fa;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    padding: 14px;
}

.authyo-shortcode-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #3c434a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.authyo-shortcode-copy-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.authyo-shortcode-code {
    flex: 1;
    display: block;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    font-size: 13px;
    font-family: Consolas, Monaco, monospace;
    color: #1d2327;
    word-break: break-all;
    user-select: all;
}

.authyo-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #2271b1;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.authyo-copy-btn:hover {
    background: #135e96;
}

.authyo-copy-btn .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.authyo-copy-btn.authyo-copied {
    background: #00a32a;
}

/* Tab Content Visibility */
.authyo-tab-content {
    margin-top: 20px;
}

.authyo-help-text {
    background: #e7f3ff;
    border-left: 4px solid #2271b1;
    padding: 12px 15px;
    margin: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #1d2327;
}

.authyo-help-text .dashicons {
    color: #2271b1;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.authyo-help-text a {
    color: #2271b1;
    text-decoration: none;
    font-weight: 500;
}

.authyo-help-text a:hover {
    text-decoration: underline;
}

/* Leads Table */
.authyo-status-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.authyo-status-verified {
    background: #edfaef;
    color: #00a32a;
    border: 1px solid #00a32a;
}

.authyo-status-other {
    background: #fef7e7;
    color: #996800;
    border: 1px solid #dba617;
}

/* Delete lead button */
.authyo-delete-lead {
    color: #b32d2e;
    cursor: pointer;
}

.authyo-delete-lead:hover {
    color: #a00;
}

/* Leads Checkbox Column */
.authyo-leads-cb-col {
    width: 40px !important;
    text-align: left;
    padding: 8px 8px !important;
}

.authyo-leads-cb-col input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
}

/* Leads Toolbar */
.authyo-leads-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #e0e4e8;
    background: #fafbfc;
    min-height: 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.authyo-leads-toolbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.authyo-leads-per-page {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #50575e;
}

.authyo-per-page-select {
    padding: 3px 8px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    min-width: 55px;
}

.authyo-per-page-select:focus {
    border-color: #2271b1;
    outline: none;
    box-shadow: 0 0 0 1px #2271b1;
}

.authyo-leads-form-filter {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #50575e;
}

.authyo-form-filter-select {
    padding: 3px 8px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    max-width: 200px;
}

.authyo-form-filter-select:focus {
    border-color: #2271b1;
    outline: none;
    box-shadow: 0 0 0 1px #2271b1;
}

.authyo-leads-showing {
    font-size: 13px;
    color: #50575e;
    white-space: nowrap;
}

.authyo-bulk-delete-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    color: #b32d2e !important;
    border-color: #b32d2e !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    padding: 4px 12px !important;
}

.authyo-bulk-delete-btn:hover {
    background: #b32d2e !important;
    color: #fff !important;
}

.authyo-bulk-delete-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -1px;
}

.authyo-bulk-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: #b32d2e;
    color: #fff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.authyo-bulk-delete-btn:hover .authyo-bulk-count {
    background: #fff;
    color: #b32d2e;
}

/* Toolbar right section */
.authyo-leads-toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Export buttons */
.authyo-export-all-btn,
.authyo-export-selected-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    padding: 4px 12px !important;
    text-decoration: none !important;
}

.authyo-export-all-btn .dashicons,
.authyo-export-selected-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -1px;
}

.authyo-export-all-btn {
    color: #2271b1 !important;
    border-color: #2271b1 !important;
}

.authyo-export-all-btn:hover {
    background: #2271b1 !important;
    color: #fff !important;
}

.authyo-export-selected-btn {
    color: #2271b1 !important;
    border-color: #2271b1 !important;
}

.authyo-export-selected-btn:hover {
    background: #2271b1 !important;
    color: #fff !important;
}

/* Leads Pagination */
.authyo-leads-pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 14px 16px;
    border-top: 1px solid #e0e4e8;
    flex-wrap: wrap;
}

.authyo-page-btn {
    min-width: 32px;
    text-align: center;
    padding: 4px 10px !important;
    font-size: 13px !important;
}

.authyo-page-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.authyo-page-ellipsis {
    padding: 4px 6px;
    color: #50575e;
    font-size: 14px;
}

/* =========================================================================
   COUNTRY DROPDOWN CONFIGURATION - Modern UI
   ========================================================================= */

.authyo-country-config-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e4e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.authyo-country-config-card h3 {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 100%);
    border-bottom: 1px solid #e0e4e8;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 20px;
    display: flex;
    align-items: center;
}

/* Cache Status Bar */
.authyo-country-cache-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: #f0f6fc;
    border-bottom: 1px solid #e0e4e8;
}

.authyo-cache-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #50575e;
}

.authyo-cache-info .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #2271b1;
}

.authyo-refresh-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #2271b1;
    border-radius: 4px;
    color: #2271b1;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.authyo-refresh-btn:hover {
    background: #2271b1;
    color: #fff;
}

.authyo-refresh-btn .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

/* Display Mode Cards */
.authyo-country-modes {
    padding: 20px;
}

.authyo-section-label {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 500;
    color: #3c434a;
}

.authyo-mode-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 782px) {
    .authyo-mode-cards {
        grid-template-columns: 1fr;
    }
}

.authyo-mode-card {
    position: relative;
    cursor: pointer;
    display: block;
}

.authyo-mode-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.authyo-mode-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    border: 2px solid #e0e4e8;
    border-radius: 8px;
    background: #fff;
    transition: all 0.2s ease;
}

.authyo-mode-card:hover .authyo-mode-card-inner {
    border-color: #a7c5e2;
    background: #f8fbff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(34, 113, 177, 0.08);
}

.authyo-mode-active .authyo-mode-card-inner,
.authyo-mode-card input:checked + .authyo-mode-card-inner {
    border-color: #2271b1;
    background: #f0f6fc;
    box-shadow: 0 0 0 1px #2271b1, 0 3px 8px rgba(34, 113, 177, 0.12);
}

.authyo-mode-icon {
    font-size: 28px;
    width: 28px;
    height: 28px;
    color: #50575e;
    margin-bottom: 10px;
    transition: color 0.2s;
}

.authyo-mode-active .authyo-mode-icon,
.authyo-mode-card input:checked + .authyo-mode-card-inner .authyo-mode-icon {
    color: #2271b1;
}

.authyo-mode-title {
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 4px;
}

.authyo-mode-desc {
    font-size: 11px;
    color: #757575;
    line-height: 1.4;
}

/* Country Panel */
.authyo-country-panel {
    border-top: 1px solid #e0e4e8;
    animation: authyo-slide-down 0.3s ease;
}

@keyframes authyo-slide-down {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.authyo-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #fafbfc;
    border-bottom: 1px solid #e0e4e8;
}

.authyo-panel-title {
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
}

.authyo-panel-count {
    font-size: 12px;
    background: #2271b1;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 500;
}

/* Search Box */
.authyo-country-search-wrap {
    position: relative;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.authyo-search-icon {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a5aa;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.authyo-country-search-input {
    width: 100%;
    padding: 10px 36px 10px 40px;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    font-size: 13px;
    background: #f8f9fa;
    transition: all 0.2s ease;
    outline: none;
}

.authyo-country-search-input:focus {
    border-color: #2271b1;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.1);
}

.authyo-search-clear {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background: #a0a5aa;
    border: none;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s;
}

.authyo-search-clear:hover {
    background: #d63638;
}

/* Selected Tags */
.authyo-selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px 20px;
    min-height: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.authyo-selected-tags:empty {
    padding: 8px 20px;
}

.authyo-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 10px;
    background: linear-gradient(135deg, #e8f4fd 0%, #dbeefa 100%);
    border: 1px solid #b8daef;
    border-radius: 14px;
    font-size: 12px;
    color: #1d5a8a;
    font-weight: 500;
    animation: authyo-tag-in 0.2s ease;
}

@keyframes authyo-tag-in {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.authyo-tag-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: none;
    background: rgba(34, 113, 177, 0.15);
    border-radius: 50%;
    color: #2271b1;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: all 0.15s;
}

.authyo-tag-remove:hover {
    background: #d63638;
    color: #fff;
}

/* Country Grid */
.authyo-country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0;
    max-height: 320px;
    overflow-y: auto;
    padding: 8px 12px;
    border-bottom: 1px solid #e0e4e8;
}

.authyo-country-grid::-webkit-scrollbar {
    width: 6px;
}

.authyo-country-grid::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.authyo-country-grid::-webkit-scrollbar-thumb {
    background: #c0c5ca;
    border-radius: 3px;
}

.authyo-country-grid::-webkit-scrollbar-thumb:hover {
    background: #a0a5aa;
}

.authyo-country-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
    user-select: none;
}

.authyo-country-checkbox:hover {
    background: #f0f6fc;
}

.authyo-country-checkbox.authyo-country-checked {
    background: #e8f4fd;
}

.authyo-country-checkbox input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    accent-color: #2271b1;
    cursor: pointer;
}

.authyo-country-checkbox-name {
    font-size: 13px;
    color: #1d2327;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.authyo-country-checkbox-dial {
    font-size: 11px;
    color: #757575;
    flex-shrink: 0;
}

.authyo-country-checkbox.authyo-country-hidden {
    display: none;
}

/* No Results */
.authyo-country-no-results {
    padding: 24px 20px;
    text-align: center;
    color: #757575;
    font-size: 13px;
    font-style: italic;
}

/* Single Country Select */
.authyo-single-select-wrap {
    position: relative;
    padding: 20px;
}

.authyo-single-icon {
    display: none;
}

.authyo-single-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    font-size: 14px;
    background: #f8f9fa;
    cursor: pointer;
    appearance: auto;
    transition: border-color 0.2s;
}

.authyo-single-select:focus {
    border-color: #2271b1;
    outline: none;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.1);
}

/* =========================================================================
   HOW TO USE TAB
   ========================================================================= */

.authyo-howto-card-body {
    padding: 18px;
}

.authyo-howto-card-body-compact {
    padding: 14px;
}

.authyo-howto-card-body > p {
    padding: 0;
    margin: 0 0 14px;
    font-size: 13px;
    color: #50575e;
}

/* Video — responsive 16:9 filling its grid cell */
.authyo-howto-tab .authyo-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #000;
}

.authyo-howto-tab .authyo-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
}

/* Setup Steps */
.authyo-howto-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.authyo-howto-step {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f1;
    align-items: flex-start;
}

.authyo-howto-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.authyo-howto-step:first-child {
    padding-top: 0;
}

.authyo-howto-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: #2271b1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 1px;
}

.authyo-howto-step-done .authyo-howto-step-num {
    background: #00a32a;
}

.authyo-howto-step-done .authyo-howto-step-num .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.authyo-howto-step-body strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 2px;
    line-height: 1.5;
}

.authyo-howto-step-body p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #50575e;
    line-height: 1.4;
}

/* Shortcodes inside steps */
.authyo-howto-shortcodes {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.authyo-howto-sc {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border: 1px solid #e0e4e8;
    border-radius: 4px;
    padding: 6px 10px;
}

.authyo-howto-sc-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #3c434a;
    white-space: nowrap;
    min-width: 52px;
}

.authyo-howto-sc-label .dashicons {
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #2271b1;
}

.authyo-howto-sc code {
    display: block;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 3px;
    font-size: 11px;
    font-family: Consolas, Monaco, monospace;
    color: #1d2327;
    word-break: break-all;
    user-select: all;
    flex: 1;
}

/* Attribute Table */
.authyo-howto-attr-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.authyo-howto-attr-table th {
    text-align: left;
    padding: 8px 10px;
    background: #f8f9fa;
    border-bottom: 2px solid #e0e4e8;
    font-weight: 600;
    font-size: 11px;
    color: #3c434a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.authyo-howto-attr-table td {
    padding: 7px 10px;
    border-bottom: 1px solid #f0f0f1;
    vertical-align: top;
    color: #50575e;
}

.authyo-howto-attr-table code {
    padding: 2px 6px;
    background: #f0f6fc;
    border: 1px solid #d0d5dd;
    border-radius: 3px;
    font-size: 12px;
    font-family: Consolas, Monaco, monospace;
    color: #2271b1;
    font-weight: 500;
}

/* Example box */
.authyo-howto-example {
    margin-top: 12px;
    padding: 10px 12px;
    background: #f8f9fa;
    border: 1px solid #e0e4e8;
    border-radius: 4px;
}

.authyo-howto-example-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #3c434a;
    margin-bottom: 6px;
}

.authyo-howto-example code {
    display: block;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 3px;
    font-size: 11px;
    font-family: Consolas, Monaco, monospace;
    color: #1d2327;
    word-break: break-all;
    user-select: all;
}

/* Tips List */
.authyo-howto-tips {
    list-style: none;
    margin: 0;
    padding: 0;
}

.authyo-howto-tips li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f1;
    font-size: 12px;
    color: #50575e;
    line-height: 1.5;
}

.authyo-howto-tips li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.authyo-howto-tips li:first-child {
    padding-top: 0;
}

.authyo-howto-tips li .dashicons {
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #2271b1;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Migration Notice */
.authyo-howto-migration h3 {
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e1 100%);
}
