:root {
    --memolab-border-soft: #e9ecef;
    --memolab-border-subtle: #e5e7eb;
    --memolab-surface-soft: #f9fafb;
    --memolab-text-muted-strong: #6c757d;
    --memolab-topbar-icon-color: #777777;
}

.is-hidden {
    display: none !important;
}

.slider-no-offset {
    margin-top: 0;
}

.membership-checkout-section {
    border: 1px solid var(--memolab-border-soft);
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px;
}

.membership-checkout-instructions {
    white-space: pre-line;
}

.membership-summary-plan-col {
    width: 45%;
}

.membership-order-qr-wrapper {
    max-width: 280px;
}

.membership-order-bank-col {
    width: 220px;
}

.membership-plan-card {
    height: 100%;
}

.membership-plan-header {
    border-bottom: 1px solid var(--memolab-border-soft);
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.membership-plan-meta {
    margin: 0;
    padding-left: 18px;
    color: var(--memolab-text-muted-strong);
}

.post-faq-item {
    margin-bottom: 12px;
}

.post-faq-item-answer {
    margin-top: 4px;
}

.post-content-feed-sanitized .post-text img {
    display: none !important;
}

.post-content-feed-sanitized .post-summary {
    display: none !important;
}

.form-builder-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    pointer-events: none;
}

.nav-language-icon {
    color: var(--memolab-topbar-icon-color);
}

.profile-logout-form {
    margin: 0;
}

.profile-logout-button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
}

