body.rmp-public-body {
    margin: 0;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: linear-gradient(180deg, #f2f5fb 0%, #f6f8fc 40%, #ffffff 100%);
    color: #1c2638;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.rmp-public-body h1,
.rmp-public-body h2,
.rmp-public-body h3,
.rmp-public-body .rmp-tab,
.rmp-public-body .rmp-price {
    font-family: "Outfit", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.01em;
}
.rmp-compact-header-wrap {
    padding: 14px 0 8px;
}
.rmp-cover-photo-wrap {
    width: min(1100px, calc(100% - 24px));
    margin: 12px auto 6px;
}
.rmp-cover-photo {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dfe7f5;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    max-height: 270px;
}
.rmp-cover-photo img {
    width: 100%;
    height: 100%;
    max-height: 270px;
    object-fit: cover;
    display: block;
}
.rmp-compact-header {
    background: #ffffff;
    border: 1px solid #e5ebf4;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}
.rmp-compact-header .rmp-logo {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    border: 1px solid #dde6f5;
}
.rmp-compact-brand h1 {
    margin: 0;
    font-size: clamp(22px, 3vw, 30px);
    color: #0f172a;
}
.rmp-compact-brand p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}
.rmp-hero {
    min-height: 330px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rmp-overlay {
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.15), rgba(8, 13, 23, 0.78));
    min-height: 330px;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.rmp-hero-content {
    width: min(1100px, calc(100% - 32px));
    margin: auto;
    padding: 22px 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
}
.rmp-hero-content h1 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -0.02em;
}
.rmp-brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}
.rmp-hero-content p {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}
.rmp-meta-row {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rmp-meta-row span {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
}
.rmp-logo {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
}
.rmp-contact-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.rmp-contact-buttons a {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    padding: 9px 13px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.24);
}
.rmp-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e8edf6;
    padding: 10px 16px;
    box-shadow: 0 10px 26px rgba(20, 35, 68, 0.08);
    overflow-x: clip;
}
#rmp-search {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    min-height: 46px;
    padding: 10px 14px;
    background: #ffffff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
#rmp-search::placeholder {
    text-align: left;
    color: #94a3b8;
    font-weight: 500;
}
#rmp-search:focus {
    outline: none;
    border-color: #c7d2fe;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
    background: #fff;
}
.rmp-toolbar-row {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: block;
}
.rmp-tabs {
    width: min(1100px, 100%);
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    overflow: visible;
    padding: 12px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}
.rmp-tabs::-webkit-scrollbar {
    display: none;
}
.rmp-tab {
    border: 1px solid #dfe7f5;
    background: #f8fafd;
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 700;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    min-height: 40px;
    white-space: nowrap;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.rmp-tab:hover {
    transform: translateY(-2px);
    background: #ffffff;
    border-color: #cfd8e6;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.10);
}
.rmp-tab:active {
    transform: translateY(0);
}
.rmp-tab.active {
    background: linear-gradient(135deg, #1f2937, #111827);
    color: #f8fafc;
    border-color: #111827;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.22);
}
.rmp-tab-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rmp-tab-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.rmp-tab-emoji {
    font-size: 16px;
    line-height: 1;
}
.rmp-container {
    width: min(1100px, calc(100% - 24px));
    margin: 0 auto;
}
.rmp-menu-section, .rmp-featured {
    padding: 22px 0;
}
.rmp-offers h2,
.rmp-menu-section h2 {
    margin: 0 0 12px;
    font-size: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0f172a;
}
.rmp-offers {
    padding: 6px 0 18px;
}
.rmp-offers-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.rmp-offers-arrows {
    display: flex;
    gap: 6px;
}
.rmp-offers-arrow {
    border: 1px solid #dbe4f4;
    background: #fff;
    color: #334155;
    border-radius: 10px;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.07);
}
.rmp-offers-arrow:hover {
    background: #f8faff;
}
.rmp-offers-strip-wrap {
    position: relative;
}
.rmp-offers-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
}
.rmp-offers-strip::-webkit-scrollbar {
    display: none;
}
.rmp-offer-card {
    min-width: 240px;
    max-width: 240px;
    background: #fff;
    border: 1px solid #e4ebf8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.rmp-offer-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
.rmp-offer-thumb {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.rmp-offer-content {
    padding: 10px 12px 12px;
    position: relative;
}
.rmp-offer-content h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.3;
}
.rmp-offer-prices {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rmp-offer-old {
    color: #94a3b8;
    text-decoration: line-through;
    font-size: 13px;
}
.rmp-offer-new {
    color: #0f172a;
    font-weight: 800;
}
.rmp-offer-badge {
    position: absolute;
    top: -18px;
    right: 10px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    padding: 5px 8px;
}
.rmp-category-block {
    margin-bottom: 22px;
}
.rmp-category-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
    text-align: center;
}
.rmp-category-head h3 {
    margin: 0;
    font-size: 20px;
    color: #0f172a;
}
.rmp-category-head span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}
.rmp-items-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    position: relative;
}
.rmp-items-grid.is-switching {
    pointer-events: none;
}
@media (min-width: 768px) {
    .rmp-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1100px) {
    .rmp-items-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.rmp-item-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e6edf8;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transition: transform .28s cubic-bezier(.2,.65,.2,1), box-shadow .22s ease, opacity .28s ease;
    opacity: 0;
    transform: translateY(10px) scale(.985);
}
.rmp-item-card.rmp-show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.rmp-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}
.rmp-item-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.rmp-item-content {
    padding: 15px;
    text-align: center;
}
.rmp-item-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.rmp-item-title-group {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.rmp-item-head h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.01em;
}
.rmp-item-desc {
    margin: 9px 0 0;
    color: #5a6780;
    line-height: 1.45;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmp-badge {
    background: #ffeced;
    color: #be2d3f;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
}
.rmp-price-row {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.rmp-price-old {
    text-decoration: line-through;
    color: #77839b;
}
.rmp-price {
    color: #0f172a;
    font-weight: 700;
    font-size: 18px;
}
.rmp-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
.rmp-item-tags small {
    background: #f2f6fe;
    border: 1px solid #e3eaf8;
    color: #4d5b75;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 11px;
}
.rmp-item-card.is-unavailable {
    opacity: 0.74;
    filter: grayscale(0.18);
}
.rmp-item-card.rmp-item-focus {
    animation: rmpItemPulse 1s ease;
}
@keyframes rmpItemPulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35); }
    50% { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.10); }
    100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}
body.rmp-public-body.rmp-login-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(800px 500px at 15% -10%, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 70%),
        radial-gradient(900px 600px at 110% 110%, rgba(14, 165, 233, 0.20) 0%, rgba(14, 165, 233, 0) 72%),
        #020617;
    color: #e2e8f0;
}
.rmp-login-wrap {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}
.rmp-login-card {
    width: 100%;
    max-width: 450px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.93), rgba(2, 6, 23, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(2, 6, 23, 0.6);
    padding: 26px;
    backdrop-filter: blur(10px);
}
.rmp-login-card,
.rmp-login-card * {
    box-sizing: border-box;
}
.rmp-login-brand {
    text-align: center;
    margin-bottom: 14px;
}
.rmp-login-logo {
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
    border-radius: 18px;
    object-fit: cover;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: #0f172a;
}
.rmp-login-logo-fallback {
    display: grid;
    place-items: center;
    font-size: 28px;
    font-weight: 800;
    color: #dbeafe;
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
}
.rmp-login-card h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #f8fafc;
}
.rmp-login-brand p {
    margin: 6px 0 0;
    color: #94a3b8;
    font-size: 14px;
}
.rmp-login-form p {
    margin: 0 0 12px;
}
.rmp-login-form {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}
.rmp-login-card label {
    display: block;
    margin-bottom: 6px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 600;
}
.rmp-login-card input[type="text"],
.rmp-login-card input[type="password"] {
    width: 100%;
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 11px 12px;
    background: #0b1221;
    color: #e2e8f0;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.rmp-password-wrap {
    position: relative;
    display: block;
}
.rmp-password-wrap input[type="password"],
.rmp-password-wrap input[type="text"] {
    padding-right: 70px;
}
.rmp-password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #334155;
    background: #0f172a;
    color: #93c5fd;
    border-radius: 9px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.rmp-password-toggle:hover {
    border-color: #0ea5e9;
    color: #bae6fd;
}
.rmp-login-card input[type="text"]:focus,
.rmp-login-card input[type="password"]:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);
    background: #0a1427;
}
.rmp-login-remember {
    margin-top: 2px;
}
.rmp-login-remember label {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}
.rmp-login-remember input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #0ea5e9;
}
.rmp-login-form button[type="submit"] {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(135deg, #2563eb, #0891b2);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35);
}
.rmp-login-form button[type="submit"]:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}
.rmp-login-error {
    border-radius: 12px;
    border: 1px solid rgba(248, 113, 113, 0.45);
    background: rgba(127, 29, 29, 0.35);
    color: #fecaca;
    padding: 10px 12px;
    margin: 0 0 14px;
    font-size: 13px;
}
.rmp-login-back {
    margin: 8px 0 0;
    text-align: center;
}
.rmp-login-back a {
    color: #7dd3fc;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.rmp-login-back a:hover {
    color: #bae6fd;
    text-decoration: underline;
}
.rmp-empty {
    display: none;
    background: #fff;
    border: 1px dashed #d7dfef;
    color: #64748b;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    margin-top: 10px;
}

/* Mobile-first refinements */
@media (max-width: 767px) {
    .rmp-cover-photo-wrap {
        width: calc(100% - 16px);
        margin: 10px auto 6px;
    }
    .rmp-cover-photo {
        border-radius: 14px;
        max-height: 190px;
    }
    .rmp-cover-photo img {
        max-height: 190px;
    }
    .rmp-compact-header-wrap {
        padding: 10px 0 6px;
    }
    .rmp-compact-header {
        padding: 10px;
        border-radius: 14px;
        gap: 10px;
    }
    .rmp-compact-header .rmp-logo {
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }
    .rmp-compact-brand h1 {
        font-size: 22px;
    }
    .rmp-compact-brand p {
        font-size: 13px;
    }
    .rmp-hero {
        min-height: 250px;
    }
    .rmp-overlay {
        min-height: 250px;
    }
    .rmp-hero-content {
        width: calc(100% - 24px);
        padding: 16px 0 18px;
    }
    .rmp-hero-content h1 {
        font-size: 28px;
    }
    .rmp-hero-content p {
        font-size: 14px;
        line-height: 1.45;
    }
    .rmp-logo {
        width: 68px;
        height: 68px;
        border-radius: 16px;
    }
    .rmp-brand-row {
        gap: 10px;
        margin-bottom: 8px;
    }
    .rmp-meta-row {
        gap: 6px;
    }
    .rmp-meta-row span {
        padding: 5px 9px;
        font-size: 11px;
    }
    .rmp-contact-buttons {
        gap: 8px;
    }
    .rmp-contact-buttons a {
        padding: 8px 11px;
        font-size: 12px;
    }
    .rmp-sticky-nav {
        top: 0;
        padding: 8px 10px;
        backdrop-filter: blur(8px);
    }
    #rmp-search {
        min-height: 42px;
        font-size: 14px;
        padding: 9px 12px;
    }
    .rmp-toolbar-row {
        display: block;
    }
    .rmp-tabs {
        margin-top: 0;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 12px;
    }
    .rmp-tab {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 600;
    }
    .rmp-tab-icon,
    .rmp-tab-icon svg {
        width: 14px;
        height: 14px;
    }
    .rmp-container {
        width: calc(100% - 16px);
    }
    .rmp-offers h2,
    .rmp-menu-section h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .rmp-offers-head {
        align-items: center;
    }
    .rmp-offer-card {
        min-width: 210px;
        max-width: 210px;
    }
    .rmp-offer-thumb {
        height: 106px;
    }
    .rmp-offer-content h3 {
        font-size: 14px;
    }
    .rmp-menu-section,
    .rmp-offers {
        padding: 16px 0;
    }
    .rmp-offers-arrow {
        width: 30px;
        height: 30px;
    }
    .rmp-items-grid {
        gap: 10px;
    }
    .rmp-item-card {
        border-radius: 14px;
    }
    .rmp-item-card img {
        height: 160px;
    }
    .rmp-item-content {
        padding: 12px;
    }
    .rmp-item-head h3 {
        font-size: 16px;
    }
    .rmp-item-desc {
        font-size: 13px;
        line-height: 1.4;
    }
    .rmp-price {
        font-size: 16px;
    }
    .rmp-category-head h3 {
        font-size: 18px;
    }
    .rmp-item-tags small {
        font-size: 10px;
        padding: 3px 8px;
    }
    .rmp-empty {
        border-radius: 12px;
        font-size: 13px;
    }
}

/* Very small phones */
@media (max-width: 420px) {
    .rmp-contact-buttons a {
        flex: 1 1 auto;
        text-align: center;
    }
    .rmp-item-card {
        display: grid;
        grid-template-columns: 105px 1fr;
        align-items: stretch;
    }
    .rmp-item-card img {
        height: 100%;
        min-height: 128px;
    }
    .rmp-item-content {
        padding: 10px;
    }
    .rmp-item-head {
        gap: 6px;
    }
    .rmp-price-row {
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rmp-item-card,
    .rmp-tab,
    .rmp-contact-buttons a {
        transition: none !important;
    }
}

/* Inactive restaurant page */
.rmp-inactive-body {
    min-height: 100vh;
    margin: 0;
    background: radial-gradient(1200px 700px at 20% 0%, #f8fbff 0%, #edf3fb 55%, #e6eef9 100%);
    color: #0f172a;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.rmp-inactive-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
}
.rmp-inactive-card {
    width: min(560px, 100%);
    border-radius: 20px;
    border: 1px solid #d9e5f6;
    background: linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
    padding: 28px 24px;
    text-align: center;
}
.rmp-inactive-logo {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    object-fit: cover;
    border: 1px solid #d9e5f6;
    margin: 0 auto 14px;
}
.rmp-inactive-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #0f172a;
}
.rmp-inactive-state {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}
.rmp-inactive-message {
    margin: 10px auto 0;
    max-width: 44ch;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}
.rmp-inactive-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.rmp-inactive-btn {
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid #cbdaf2;
    background: #ffffff;
    color: #1e293b;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(30, 58, 138, 0.08);
}
.rmp-inactive-btn.is-primary {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-color: #22c55e;
    color: #fff;
}
.rmp-inactive-icon-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 14px;
}
.rmp-inactive-icon-btn svg {
    width: 22px;
    height: 22px;
    display: block;
}
.rmp-inactive-footer {
    text-align: center;
}
.rmp-sy-logo {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto 10px;
    object-fit: contain;
}
.rmp-inactive-copyright {
    color: #64748b;
    font-size: 13px;
    letter-spacing: 0.01em;
}
.rmp-public-footer {
    margin: 20px 0 24px;
    padding: 0 16px;
    text-align: center;
}
.rmp-public-social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.rmp-public-social-link {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid #dce5f4;
    background: #fff;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.rmp-public-social-link:hover {
    transform: translateY(-2px);
    color: #0f172a;
    border-color: #c9d8ef;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
}
.rmp-public-social-link svg {
    width: 18px;
    height: 18px;
}
.rmp-public-copyright {
    display: inline-block;
    color: #64748b;
    font-size: 12px;
    letter-spacing: 0.01em;
}
