/* ============================================================
   RISE2 Cookie Consent – Frontend Styles
   ============================================================ */

/* Reset & Base */
.r2cc-banner,
.r2cc-settings-panel,
.r2cc-reopen,
.r2cc-banner *,
.r2cc-settings-panel *,
.r2cc-reopen * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   BANNER – Base
   ============================================================ */
.r2cc-banner {
    position: fixed;
    z-index: 999998;
    font-size: 14px;
    line-height: 1.55;
    color: var(--r2cc-text, #e0e0e0);
    animation: r2ccFadeSlideIn 0.35s ease-out;
}

.r2cc-banner-inner {
    background: var(--r2cc-bg, #1a1a2e);
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* ============================================================
   BANNER – Positions
   ============================================================ */

/* Bottom Left */
.r2cc-position-bottom-left {
    bottom: 20px;
    left: 20px;
    max-width: 420px;
    width: calc(100% - 40px);
}

/* Bottom Right */
.r2cc-position-bottom-right {
    bottom: 20px;
    right: 20px;
    max-width: 420px;
    width: calc(100% - 40px);
}

/* Center Overlay (blocking) */
.r2cc-position-center-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.r2cc-position-center-overlay .r2cc-banner-inner {
    max-width: 600px;
    width: calc(100% - 40px);
    padding: 32px 36px;
}

.r2cc-position-center-overlay[style*="display: none"] + .r2cc-settings-panel {
    /* pass */
}

/* ============================================================
   BANNER – Header
   ============================================================ */
.r2cc-banner-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.r2cc-icon-cookie {
    flex-shrink: 0;
    color: var(--r2cc-accept-bg, #4f46e5);
    opacity: 0.9;
}

.r2cc-banner-title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.r2cc-banner-description {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--r2cc-text, #e0e0e0);
    opacity: 0.85;
    margin-bottom: 20px;
}

/* ============================================================
   BANNER – Buttons
   ============================================================ */
.r2cc-banner-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.r2cc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
    line-height: 1;
}

.r2cc-btn:focus-visible {
    outline: 2px solid var(--r2cc-accept-bg, #4f46e5);
    outline-offset: 2px;
}

.r2cc-banner-actions .r2cc-btn {
    flex: 1;
    min-width: 0;
}

.r2cc-btn-accept {
    background: var(--r2cc-accept-bg, #4f46e5);
    color: var(--r2cc-accept-text, #ffffff);
}

.r2cc-btn-accept:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.35);
}

.r2cc-btn-reject {
    background: var(--r2cc-reject-bg, transparent);
    color: var(--r2cc-reject-text, #e0e0e0);
    border-color: rgba(255, 255, 255, 0.15);
}

.r2cc-btn-reject:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
}

.r2cc-btn-settings {
    background: var(--r2cc-settings-bg, transparent);
    color: var(--r2cc-settings-text, #e0e0e0);
    border-color: rgba(255, 255, 255, 0.15);
}

.r2cc-btn-settings:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
}

.r2cc-btn-save {
    background: var(--r2cc-accept-bg, #4f46e5);
    color: var(--r2cc-accept-text, #ffffff);
}

.r2cc-btn-save:hover {
    filter: brightness(1.1);
}

/* Privacy link */
.r2cc-privacy-link-wrap {
    margin-top: 12px;
}

.r2cc-privacy-link-wrap a {
    font-size: 12px;
    color: var(--r2cc-text, #e0e0e0);
    opacity: 0.6;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s;
}

.r2cc-privacy-link-wrap a:hover {
    opacity: 1;
}

/* ============================================================
   SETTINGS PANEL – Overlay Drawer
   ============================================================ */
.r2cc-settings-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    font-size: 14px;
    line-height: 1.55;
    color: var(--r2cc-text, #e0e0e0);
    animation: r2ccFadeIn 0.2s ease-out;
}

.r2cc-settings-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.r2cc-settings-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--r2cc-bg, #1a1a2e);
    border-radius: 20px;
    max-width: 620px;
    width: calc(100% - 32px);
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255,255,255,0.06);
    animation: r2ccScaleIn 0.3s ease-out;
}

/* Settings Header */
.r2cc-settings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.r2cc-settings-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.r2cc-settings-close {
    background: rgba(255, 255, 255, 0.06);
    border: none;
    color: var(--r2cc-text, #e0e0e0);
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.r2cc-settings-close:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* Settings Body */
.r2cc-settings-body {
    padding: 20px 28px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}

.r2cc-settings-body::-webkit-scrollbar {
    width: 6px;
}

.r2cc-settings-body::-webkit-scrollbar-track {
    background: transparent;
}

.r2cc-settings-body::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
}

.r2cc-settings-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}

.r2cc-settings-desc {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Category Items */
.r2cc-category-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 10px;
    transition: border-color 0.2s;
}

.r2cc-category-item:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.r2cc-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    cursor: pointer;
    user-select: none;
    gap: 12px;
}

.r2cc-category-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.r2cc-category-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.r2cc-category-icon-necessary { background: rgba(34, 197, 94, 0.15); color: #22c55e; }
.r2cc-category-icon-functional { background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
.r2cc-category-icon-analytics { background: rgba(245, 158, 11, 0.15); color: #f59e0b; }
.r2cc-category-icon-marketing { background: rgba(239, 68, 68, 0.15); color: #ef4444; }

.r2cc-category-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.r2cc-category-count {
    font-size: 11px;
    opacity: 0.5;
    font-weight: 400;
    margin-left: 4px;
}

.r2cc-category-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

/* Toggle Switch */
.r2cc-toggle {
    position: relative;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.r2cc-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.r2cc-toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.r2cc-toggle-slider:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.r2cc-toggle input:checked + .r2cc-toggle-slider {
    background: var(--r2cc-accept-bg, #4f46e5);
}

.r2cc-toggle input:checked + .r2cc-toggle-slider:before {
    transform: translateX(20px);
}

.r2cc-toggle input:disabled + .r2cc-toggle-slider {
    opacity: 0.7;
    cursor: not-allowed;
}

.r2cc-toggle input:disabled:checked + .r2cc-toggle-slider {
    background: rgba(34, 197, 94, 0.6);
}

/* Toggle flash highlight (shown on Accept All / Reject All) */
.r2cc-toggle-slider.r2cc-toggle-flash {
    animation: r2ccToggleFlash 0.6s ease;
}

@keyframes r2ccToggleFlash {
    0%   { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.5); }
    40%  { box-shadow: 0 0 0 6px rgba(79, 70, 229, 0.3); }
    100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0); }
}

/* Settings panel fade-out animation */
.r2cc-settings-inner.r2cc-closing {
    animation: r2ccScaleOut 0.3s ease forwards;
}

.r2cc-settings-overlay.r2cc-closing {
    animation: r2ccFadeOut 0.3s ease forwards;
}

@keyframes r2ccScaleOut {
    from { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    to   { opacity: 0; transform: translate(-50%, -50%) scale(0.95); }
}

@keyframes r2ccFadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Category expand chevron */
.r2cc-category-expand {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    opacity: 0.5;
    flex-shrink: 0;
}

.r2cc-category-item.r2cc-expanded .r2cc-category-expand {
    transform: rotate(180deg);
}

/* Category Details */
.r2cc-category-details {
    display: none;
    padding: 0 18px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.r2cc-category-item.r2cc-expanded .r2cc-category-details {
    display: block;
}

.r2cc-category-description {
    font-size: 12.5px;
    opacity: 0.65;
    line-height: 1.6;
    padding-top: 14px;
    margin-bottom: 12px;
}

/* Cookie Table */
.r2cc-cookie-table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.r2cc-cookie-table th {
    text-align: left;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    padding: 6px 8px;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.r2cc-cookie-table td {
    padding: 8px 8px;
    color: var(--r2cc-text, #e0e0e0);
    opacity: 0.8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 12px;
    vertical-align: top;
    word-break: break-word;
}

.r2cc-cookie-table tr:last-child td {
    border-bottom: none;
}

.r2cc-cookie-name {
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 11.5px;
    color: var(--r2cc-accept-bg, #4f46e5);
}

/* Settings Footer */
.r2cc-settings-footer {
    display: flex;
    gap: 8px;
    padding: 16px 28px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

.r2cc-settings-footer .r2cc-btn {
    flex: 1;
    min-width: 100px;
}

/* Powered by */
.r2cc-powered {
    text-align: center;
    font-size: 11px;
    opacity: 0.35;
    padding: 0 28px 16px;
}

.r2cc-powered a {
    color: inherit;
    text-decoration: none;
}

.r2cc-powered a:hover {
    opacity: 0.8;
}

/* ============================================================
   REOPEN BUTTON (floating cookie icon)
   ============================================================ */
.r2cc-reopen {
    position: fixed;
    z-index: 999997;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--r2cc-bg, #1a1a2e);
    color: var(--r2cc-accept-bg, #4f46e5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
    animation: r2ccFadeIn 0.3s ease-out;
}

.r2cc-reopen:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.r2cc-reopen-bottom-left {
    bottom: 20px;
    left: 20px;
}

.r2cc-reopen-bottom-right {
    bottom: 20px;
    right: 20px;
}

.r2cc-reopen-center-overlay {
    bottom: 20px;
    left: 20px;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes r2ccFadeSlideIn {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes r2ccFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes r2ccScaleIn {
    from { opacity: 0; transform: translate(-50%, -50%) scale(0.95); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 480px) {
    .r2cc-position-bottom-left,
    .r2cc-position-bottom-right {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: none;
        width: calc(100% - 20px);
    }

    .r2cc-banner-inner {
        padding: 20px;
        border-radius: 14px;
    }

    .r2cc-banner-actions {
        flex-wrap: wrap;
    }

    .r2cc-banner-actions .r2cc-btn {
        flex: 1 1 100%;
        justify-content: center;
    }

    .r2cc-settings-inner {
        width: calc(100% - 16px);
        max-height: calc(100vh - 20px);
        border-radius: 16px;
    }

    .r2cc-settings-header,
    .r2cc-settings-body,
    .r2cc-settings-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .r2cc-settings-footer {
        flex-direction: column;
    }

    .r2cc-cookie-table th:nth-child(3),
    .r2cc-cookie-table td:nth-child(3) {
        display: none;
    }
}

/* ============================================================
   BODY SCROLL LOCK (for center-overlay)
   ============================================================ */
body.r2cc-no-scroll {
    overflow: hidden !important;
}

/* ============================================================
   HIGH CONTRAST / REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .r2cc-banner,
    .r2cc-settings-panel,
    .r2cc-settings-inner,
    .r2cc-reopen {
        animation: none !important;
    }
}

/* ============================================================
   IFRAME PLACEHOLDERS (auto-blocker)
   ============================================================ */
.r2cc-iframe-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.r2cc-iframe-placeholder-inner {
    text-align: center;
    padding: 32px 24px;
    color: #4b5563;
}

.r2cc-iframe-placeholder-inner svg {
    opacity: 0.4;
    margin-bottom: 12px;
}

.r2cc-iframe-placeholder-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
    color: #4b5563;
}

.r2cc-iframe-placeholder .r2cc-btn-accept {
    display: inline-block;
    padding: 10px 24px;
    background: var(--r2cc-accept-bg, #4f46e5);
    color: var(--r2cc-accept-text, #fff);
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.r2cc-iframe-placeholder .r2cc-btn-accept:hover {
    opacity: 0.9;
}

@media (prefers-color-scheme: dark) {
    .r2cc-iframe-placeholder {
        background: #1f2937;
        border-color: #374151;
    }
    .r2cc-iframe-placeholder-inner {
        color: #d1d5db;
    }
    .r2cc-iframe-placeholder-text {
        color: #d1d5db;
    }
}

/* ============================================================
   SHORTCODE: Cookie Declaration Table
   ============================================================ */
.r2cc-cookie-declaration {
    margin: 1.5em 0;
}

.r2cc-declaration-category {
    margin-bottom: 2em;
}

.r2cc-declaration-heading {
    font-size: 1.15em;
    font-weight: 600;
    margin: 0 0 0.4em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #e5e7eb;
}

.r2cc-declaration-desc {
    font-size: 0.9em;
    color: #6b7280;
    margin: 0 0 1em;
    line-height: 1.6;
}

.r2cc-declaration-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88em;
    line-height: 1.5;
}

.r2cc-declaration-table th {
    text-align: left;
    font-weight: 600;
    padding: 8px 12px;
    background: #f9fafb;
    border-bottom: 2px solid #e5e7eb;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #374151;
}

.r2cc-declaration-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: top;
    color: #4b5563;
}

.r2cc-declaration-table tr:last-child td {
    border-bottom: none;
}

.r2cc-declaration-table code {
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.92em;
    color: #4f46e5;
}

/* ============================================================
   SHORTCODE: Consent Status Widget
   ============================================================ */
.r2cc-consent-status {
    padding: 1em 1.2em;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin: 1em 0;
    font-size: 0.92em;
}

.r2cc-consent-status .r2cc-status-none {
    color: #9ca3af;
    font-style: italic;
    margin: 0;
}

.r2cc-consent-status .r2cc-status-date,
.r2cc-consent-status .r2cc-status-type {
    margin: 0 0 0.3em;
}

.r2cc-consent-status .r2cc-status-cats {
    list-style: none;
    padding: 0;
    margin: 0.8em 0;
}

.r2cc-consent-status .r2cc-status-cats li {
    padding: 4px 0;
    font-size: 0.95em;
}

.r2cc-consent-status a {
    color: #4f46e5;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.r2cc-consent-status a:hover {
    color: #3730a3;
}

/* ============================================================
   SHORTCODE: Settings Button
   ============================================================ */
button.r2cc-shortcode-settings-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #4f46e5;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

button.r2cc-shortcode-settings-btn:hover {
    background: #4338ca;
}

a.r2cc-shortcode-settings-btn {
    color: #4f46e5;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

a.r2cc-shortcode-settings-btn:hover {
    color: #3730a3;
}

/* ============================================================
   SHORTCODE: Cookie Declaration Table
   ============================================================ */
.r2cc-cookie-declaration {
    margin: 1.5em 0;
}

.r2cc-declaration-category {
    margin-bottom: 2em;
}

.r2cc-declaration-heading {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 0.3em;
}

.r2cc-declaration-desc {
    font-size: 0.9em;
    color: #666;
    margin: 0 0 1em;
}

.r2cc-declaration-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88em;
}

.r2cc-declaration-table th {
    background: #f8f9fa;
    text-align: left;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
    border-bottom: 2px solid #e0e0e0;
}

.r2cc-declaration-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    color: #333;
}

.r2cc-declaration-table code {
    background: #f0f0f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.9em;
}

/* ============================================================
   SHORTCODE: Consent Status Widget
   ============================================================ */
.r2cc-consent-status {
    padding: 1em 1.2em;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.92em;
}

.r2cc-consent-status p { margin: 0.3em 0; }

.r2cc-status-cats {
    list-style: none;
    padding: 0;
    margin: 0.8em 0;
}

.r2cc-status-cats li {
    padding: 4px 0;
}

/* ============================================================
   SHORTCODE: Settings Button
   ============================================================ */
button.r2cc-shortcode-settings-btn,
a.r2cc-shortcode-settings-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: var(--r2cc-accept-bg, #4f46e5);
    color: var(--r2cc-accept-text, #fff);
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
}

button.r2cc-shortcode-settings-btn:hover,
a.r2cc-shortcode-settings-btn:hover {
    opacity: 0.9;
}
