
/* Layout safety: keep Lounge forms/cards inside the mobile viewport. */
.fl-lounge,
.fl-lounge *,
.fl-submit-box,
.fl-submit-box * {
    box-sizing: border-box;
}

.fl-lounge {
    width: 100%;
    max-width: min(1180px, 100%);
    overflow-x: hidden;
}

.fl-submit-box {
    width: 100%;
    max-width: min(780px, 100%);
    overflow: hidden;
}

.fl-submit-form,
.fl-submit-form > *,
.fl-manual-facebook-fields,
.fl-upload-preview,
.fl-saved-avatar-preview,
.fl-radio-card,
.fl-remember-choice {
    min-width: 0;
    max-width: 100%;
}

.fl-submit-form input,
.fl-submit-form select,
.fl-submit-form textarea,
.fl-submit-form button {
    max-width: 100%;
}

.fl-submit-form input[type="file"] {
    min-width: 0;
    font-size: 0.95rem;
}

.fl-lounge {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 18px;
    color: #17130d;
}

.fl-hero,
.fl-room-header,
.fl-submit-box {
    border: 1px solid rgba(120, 82, 32, 0.25);
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #fff8ea 100%);
    box-shadow: 0 18px 46px rgba(35, 25, 10, 0.08);
    margin-bottom: 28px;
}

.fl-hero,
.fl-room-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.fl-room-header {
    align-items: flex-start;
}

.fl-kicker {
    margin: 0 0 8px;
    color: #9b681f;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.fl-hero h1,
.fl-room-header h1 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.fl-hero p,
.fl-room-header p,
.fl-section-heading p,
.fl-submit-box p {
    max-width: 780px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #17130d;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(23, 19, 13, 0.16);
}

.fl-back-link {
    display: inline-flex;
    margin-bottom: 18px;
    color: #6f4d1a !important;
    font-weight: 800;
    text-decoration: none !important;
}

.fl-section {
    margin-top: 34px;
}

.fl-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.fl-section-heading h2,
.fl-section h2,
.fl-submit-box h2 {
    margin: 0;
    font-size: clamp(1.45rem, 4vw, 2rem);
    line-height: 1.1;
}

.fl-section-heading p {
    margin: 0;
    color: #6f6251;
}

.fl-room-grid,
.fl-post-grid {
    display: grid;
    gap: 18px;
}

.fl-room-grid {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

.fl-post-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.fl-room-card,
.fl-post-card {
    border: 1px solid rgba(120, 82, 32, 0.2);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(35, 25, 10, 0.06);
    overflow: hidden;
}

.fl-room-card {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fl-room-card:hover,
.fl-room-card:focus {
    transform: translateY(-2px);
    border-color: rgba(155, 104, 31, 0.45);
    box-shadow: 0 18px 38px rgba(35, 25, 10, 0.11);
}

.fl-room-card-icon,
.fl-room-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: #fff6df;
    border: 1px solid rgba(155, 104, 31, 0.18);
    font-size: 1.45rem;
    flex: 0 0 auto;
}

.fl-room-icon {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
}

.fl-room-card-title {
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.15;
}

.fl-room-card-description {
    color: #5c5144;
    font-size: 0.94rem;
    line-height: 1.5;
}

.fl-room-card small,
.fl-post-byline,
.fl-empty {
    color: #6f6251;
}

.fl-room-card small {
    margin-top: auto;
    font-weight: 750;
}

.fl-post-image {
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #f5efe3;
}

.fl-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fl-post-body {
    padding: 16px;
}

.fl-post-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.fl-post-badge,
.fl-post-room {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 0.76rem;
    font-weight: 850;
}

.fl-post-badge {
    background: #17130d;
    color: #fff;
}

.fl-post-room {
    background: #fff6df;
    color: #6f4d1a;
    border: 1px solid rgba(155, 104, 31, 0.16);
}

.fl-post-byline {
    margin: 0 0 8px;
    font-size: 0.9rem;
    font-weight: 750;
}

.fl-post-card h3 {
    margin: 0 0 10px;
    font-size: 1.16rem;
    line-height: 1.2;
}

.fl-post-excerpt {
    font-size: 0.95rem;
    color: #3d3428;
    line-height: 1.55;
}

.fl-empty {
    border: 1px dashed rgba(120, 82, 32, 0.26);
    border-radius: 20px;
    padding: 18px;
    background: #fffdf8;
    font-size: 1rem;
}

.fl-submit-box {
    max-width: 780px;
    margin: 34px auto;
}

@media (max-width: 760px) {
    .fl-lounge {
        padding: 22px 14px;
    }

    .fl-hero,
    .fl-room-header,
    .fl-submit-box {
        padding: 22px;
        border-radius: 22px;
    }

    .fl-hero,
    .fl-room-header,
    .fl-section-heading {
        display: block;
    }

    .fl-button {
        width: 100%;
        margin-top: 16px;
    }

    .fl-room-icon {
        margin-bottom: 14px;
    }

    .fl-room-grid,
    .fl-post-grid {
        grid-template-columns: 1fr;
    }
}

.fl-notice {
    border-radius: 18px;
    padding: 14px 16px;
    margin: 18px 0;
    font-weight: 700;
}

.fl-notice-success {
    border: 1px solid rgba(67, 128, 74, 0.28);
    background: rgba(67, 128, 74, 0.08);
    color: #2f6637;
}

.fl-notice-error {
    border: 1px solid rgba(156, 50, 42, 0.28);
    background: rgba(156, 50, 42, 0.08);
    color: #8a2b24;
}

.fl-submit-form {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.fl-submit-form label,
.fl-form-fieldset {
    display: grid;
    gap: 8px;
}

.fl-submit-form label > span,
.fl-form-fieldset legend {
    font-weight: 850;
    color: #2d271f;
}

.fl-form-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.fl-form-fieldset legend {
    margin-bottom: 10px;
}

.fl-radio-card {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: 12px !important;
    padding: 14px;
    border: 1px solid rgba(120, 82, 32, 0.2);
    border-radius: 18px;
    background: #fff;
}

.fl-radio-card input {
    margin-top: 4px;
    width: auto !important;
}

.fl-radio-card span {
    display: grid;
    gap: 4px;
}

.fl-radio-card small,
.fl-help-text {
    color: #6f6251;
    line-height: 1.45;
}

.fl-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fl-submit-form input[type="text"],
.fl-submit-form input[type="url"],
.fl-submit-form input[type="file"],
.fl-submit-form select,
.fl-submit-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(120, 82, 32, 0.28);
    border-radius: 16px;
    background: #fff;
    color: #17130d;
    padding: 13px 14px;
    font: inherit;
}

.fl-submit-form textarea {
    resize: vertical;
    min-height: 150px;
}

.fl-submit-form input:focus,
.fl-submit-form select:focus,
.fl-submit-form textarea:focus {
    outline: 3px solid rgba(155, 104, 31, 0.16);
    border-color: rgba(155, 104, 31, 0.65);
}

.fl-submit-button {
    border: 0;
    cursor: pointer;
    justify-self: start;
}

@media (max-width: 760px) {
    .fl-form-grid {
        grid-template-columns: 1fr;
    }

    .fl-submit-button {
        width: 100%;
    }
}

.fl-post-image,
.fl-post-card h3 a,
.fl-post-room {
    text-decoration: none !important;
}

.fl-post-card h3 a {
    color: inherit !important;
}

.fl-post-card h3 a:hover,
.fl-post-card h3 a:focus {
    color: #6f4d1a !important;
}

.fl-single-post {
    border: 1px solid rgba(120, 82, 32, 0.22);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(35, 25, 10, 0.08);
    overflow: hidden;
}

.fl-single-image {
    display: block;
    background: #f5efe3;
    text-decoration: none !important;
}

.fl-single-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: contain;
}

.fl-single-body {
    padding: clamp(20px, 4vw, 34px);
}

.fl-single-body h1 {
    margin: 12px 0 16px;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.fl-single-content {
    color: #3d3428;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fl-single-content p:first-child {
    margin-top: 0;
}

.fl-single-content p:last-child {
    margin-bottom: 0;
}

.fl-single-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.fl-single-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(155, 104, 31, 0.22);
    background: #fff6df;
    color: #6f4d1a !important;
    font-weight: 850;
    text-decoration: none !important;
}

.fl-facebook-page-url[hidden] {
    display: none !important;
}

.fl-identity-link {
    color: inherit !important;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fl-identity-link:hover,
.fl-identity-link:focus {
    color: #6f4d1a !important;
}

.fl-button-secondary {
    background: #1877f2 !important;
    color: #fff !important;
}

.fl-facebook-connect-panel[hidden],
[data-fl-guest-name-field][hidden] {
    display: none !important;
}

.fl-facebook-connect-panel {
    display: grid;
    gap: 16px;
}

.fl-connect-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(24, 119, 242, 0.22);
    border-radius: 18px;
    background: rgba(24, 119, 242, 0.04);
}

.fl-connect-box p {
    margin: 6px 0 0;
    color: #5f5548;
}

.fl-admin-note {
    margin: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff4d7;
    color: #7b551e;
    font-weight: 800;
}

.fl-page-selector {
    display: grid;
    gap: 10px;
}

.fl-page-option {
    display: flex !important;
    align-items: center;
    gap: 12px !important;
    padding: 12px;
    border: 1px solid rgba(120, 82, 32, 0.2);
    border-radius: 16px;
    background: #fff;
}

.fl-page-option input {
    width: auto !important;
}

.fl-page-option img,
.fl-identity-link--page img {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 auto;
}

.fl-page-option span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.fl-page-option small {
    color: #6f6251;
    word-break: break-word;
}

.fl-identity-link--page {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 760px) {
    .fl-connect-box {
        display: grid;
    }

    .fl-connect-box .fl-button {
        width: 100%;
    }
}

.fl-manual-facebook-fields[hidden] {
    display: none !important;
}

.fl-manual-facebook-fields {
    display: grid;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(120, 82, 32, 0.18);
    border-radius: 18px;
    background: #fffdf8;
}


.fl-remember-choice {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(120, 82, 32, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.fl-remember-choice input {
    width: auto !important;
    min-width: auto !important;
}

.fl-saved-avatar-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(120, 82, 32, 0.16);
    border-radius: 16px;
    background: #fff;
}

.fl-saved-avatar-preview[hidden] {
    display: none !important;
}

.fl-saved-avatar-preview img {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 auto;
}

.fl-saved-avatar-preview span {
    color: #5f5548;
    font-weight: 750;
    line-height: 1.35;
}

.fl-clear-saved-avatar {
    margin-left: auto;
    border: 1px solid rgba(120, 82, 32, 0.22);
    border-radius: 999px;
    background: #fff8ea;
    color: #6f4d1a;
    font-weight: 850;
    padding: 8px 10px;
}

.fl-upload-preview {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    gap: 14px;
    align-items: center;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(120, 82, 32, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
}

.fl-upload-preview img {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    object-fit: cover;
    background: #f5efe3;
}

.fl-upload-preview-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.fl-upload-preview-body span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6251;
    font-weight: 700;
}

@media (max-width: 640px) {
    .fl-upload-preview {
        grid-template-columns: 78px minmax(0, 1fr);
        width: 100%;
    }

    .fl-upload-preview img {
        width: 78px;
        height: 78px;
    }

    .fl-upload-preview .fl-clear-saved-avatar {
        grid-column: 1 / -1;
        width: 100%;
    }
}


.fl-reactions{
display:flex;
gap:0.5rem;
flex-wrap:wrap;
margin-top:1rem;
}

.fl-reaction-button{
border:1px solid #e4d7b6;
background:#fff9ea;
border-radius:999px;
padding:0.55rem 0.9rem;
display:flex;
align-items:center;
gap:0.45rem;
font-weight:700;
cursor:pointer;
}

.fl-reaction-button strong{
font-size:0.9rem;
}


.fl-post-card[data-fl-card-url] {
    cursor: pointer;
}

.fl-post-card[data-fl-card-url]:focus-visible {
    outline: 3px solid rgba(155, 104, 31, 0.45);
    outline-offset: 4px;
}

.fl-reaction-button.is-reacted {
    border-color: rgba(155, 104, 31, 0.65);
    box-shadow: 0 0 0 3px rgba(155, 104, 31, 0.12);
}

.fl-single-post .fl-reactions {
    margin-top: 24px;
}

.fl-post-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.fl-post-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid rgba(155, 104, 31, 0.22);
    background: #fff6df;
    color: #6f4d1a !important;
    font-weight: 850;
    font-size: 0.9rem;
    text-decoration: none !important;
}


.fl-comments {
    margin-top: 28px;
    border: 1px solid rgba(120, 82, 32, 0.22);
    border-radius: 28px;
    background: #fffdf8;
    box-shadow: 0 16px 40px rgba(35, 25, 10, 0.06);
    padding: clamp(20px, 4vw, 30px);
}

.fl-comments-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.fl-comments-heading h2 {
    margin: 0;
    font-size: clamp(1.45rem, 4vw, 2rem);
}

.fl-comments-heading span {
    color: #6f6251;
    font-weight: 800;
}

.fl-comment-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.fl-comment-card {
    display: flex;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(120, 82, 32, 0.16);
    border-radius: 20px;
    background: #fff;
}

.fl-comment-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #17130d;
    color: #fff;
    font-weight: 900;
    flex: 0 0 auto;
}

.fl-comment-body {
    min-width: 0;
    flex: 1 1 auto;
}

.fl-comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.fl-comment-meta strong {
    color: #17130d;
}

.fl-comment-meta span {
    color: #6f6251;
    font-size: 0.86rem;
    font-weight: 700;
}

.fl-comment-content {
    color: #3d3428;
    line-height: 1.6;
}

.fl-comment-content p:first-child {
    margin-top: 0;
}

.fl-comment-content p:last-child {
    margin-bottom: 0;
}

.fl-comment-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgba(120, 82, 32, 0.16);
    border-radius: 22px;
    background: #fff;
}

.fl-comment-form h3 {
    margin: 0;
    font-size: 1.35rem;
}

.fl-comment-form p {
    margin: 0;
    color: #6f6251;
}

.fl-comment-form label {
    display: grid;
    gap: 8px;
}

.fl-comment-form label > span {
    font-weight: 850;
    color: #2d271f;
}

.fl-comment-form input,
.fl-comment-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(120, 82, 32, 0.28);
    border-radius: 16px;
    background: #fff;
    color: #17130d;
    padding: 13px 14px;
    font: inherit;
}

.fl-comment-form textarea {
    resize: vertical;
    min-height: 120px;
}

.fl-comment-form input:focus,
.fl-comment-form textarea:focus {
    outline: 3px solid rgba(155, 104, 31, 0.16);
    border-color: rgba(155, 104, 31, 0.65);
}

@media (max-width: 760px) {
    .fl-comments-heading {
        display: block;
    }

    .fl-comment-card {
        align-items: flex-start;
    }
}




.fl-comment-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 14px;
    border: 1px solid rgba(120, 82, 32, 0.18);
    border-radius: 999px;
    background: rgba(255, 248, 232, 0.78);
    color: #6b4b18;
    font-weight: 800;
    font-size: 0.92rem;
}

.fl-post-card .fl-comment-count {
    margin-top: 10px;
}

/* v0.2.0 Artist Alley / account identities */
.fl-identity-link--booth,
.fl-identity-link--account,
.fl-post-byline .fl-identity-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fl-identity-link--booth img,
.fl-identity-link--account img,
.fl-post-byline .fl-identity-link img {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgba(155, 104, 31, 0.28);
    box-shadow: 0 6px 14px rgba(35, 25, 10, 0.08);
}

.fl-identity-link--booth {
    text-decoration-color: rgba(155, 104, 31, 0.45);
}

.fl-comment-avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.fl-comment-identity-fieldset {
    margin-bottom: 14px;
}

/* v0.3.0 report/flag review UI */
.fl-report-box {
    margin-top: 1rem;
    width: 100%;
    max-width: 34rem;
}

.fl-post-card .fl-report-box {
    max-width: 100%;
}

.fl-report-box summary {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border: 1px solid rgba(129, 100, 42, .28);
    border-radius: 999px;
    padding: .45rem .85rem;
    background: rgba(255, 250, 236, .8);
    color: #6e5727;
    font-weight: 800;
    font-size: .9rem;
}

.fl-report-box[open] summary {
    margin-bottom: .75rem;
}

.fl-report-form {
    border: 1px solid rgba(129, 100, 42, .25);
    border-radius: 1.25rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .94);
    display: grid;
    gap: .8rem;
}

.fl-report-form label {
    display: grid;
    gap: .35rem;
    font-weight: 800;
}

.fl-report-form select,
.fl-report-form textarea {
    width: 100%;
    border: 1px solid rgba(28, 28, 28, .22);
    border-radius: .85rem;
    padding: .75rem .85rem;
    background: #fff;
}

.fl-report-submit {
    justify-self: start;
    border: 1px solid #1c1c1c;
    border-radius: 999px;
    padding: .65rem 1rem;
    background: #1c1c1c;
    color: #fff;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* v0.4.0 News, pins, creator feed */
.fl-section--pinned {
  border: 1px solid rgba(215, 178, 88, .34);
  box-shadow: 0 18px 46px rgba(20, 13, 5, .08);
}
.fl-post-badge--pinned {
  background: linear-gradient(135deg, #111, #4a3007) !important;
  color: #f7d777 !important;
  border-color: rgba(247, 215, 119, .55) !important;
}
.fl-member-since {
  display: inline-flex;
  margin-left: .35rem;
  color: rgba(33, 28, 22, .68);
  font-size: .82rem;
  font-weight: 700;
}
.fl-room-protected {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .7rem 1rem;
  background: rgba(17, 17, 17, .92);
  color: #f7d777;
  font-weight: 800;
}
.fl-creator-feed {
  margin-top: 2rem;
}

.fl-admin-inline-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(201, 169, 92, 0.35);
    border-radius: 1rem;
    background: rgba(255, 248, 230, 0.88);
}

.fl-button-small {
    padding: 0.45rem 0.8rem;
    font-size: 0.86rem;
}

.fl-button-secondary {
    background: #fff;
    color: #1b1b1b;
}


/* v0.4.0.2 split pin controls + pinned polish */
.fl-section--pinned {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 252, 242, .96), rgba(255, 248, 230, .78));
  border: 1px solid rgba(201, 169, 92, .42);
}
.fl-section--pinned .fl-section-kicker,
.fl-section--pinned .fl-section-title {
  margin-left: .15rem;
}
.fl-post-badge--pinned::before {
  content: '📌';
  margin-right: .28rem;
}
.fl-admin-inline-tools {
  box-shadow: 0 12px 30px rgba(24, 18, 8, .08);
}
.fl-admin-inline-tools strong {
  width: 100%;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  color: #7b551e;
}
.fl-admin-inline-tools .fl-button {
  border-radius: 999px;
}

/* v0.4.3 Lounge member profiles */
.fl-profile-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(188, 160, 88, 0.45);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 250, 238, 0.95), rgba(255, 255, 255, 0.98));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.fl-profile-avatar {
    width: 96px;
    height: 96px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    background: #151515;
    color: #d8bf72;
    font-weight: 900;
    font-size: 2rem;
    border: 4px solid #d8bf72;
    overflow: hidden;
}

.fl-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fl-profile-main h1 {
    margin-bottom: .5rem;
}

.fl-profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: .75rem 0 1rem;
}

.fl-profile-meta span {
    display: inline-flex;
    border: 1px solid rgba(188, 160, 88, 0.35);
    background: rgba(255, 250, 238, 0.9);
    border-radius: 999px;
    padding: .4rem .75rem;
    font-weight: 800;
    color: #6a5a3a;
}

.fl-follow-button,
.fl-follow-login {
    width: fit-content;
}

.fl-post-byline .fl-follow-button {
    margin-left: .35rem;
    padding: .35rem .7rem;
    font-size: .82rem;
}

.fl-profile-booth-card .fl-button {
    margin-top: .75rem;
}

.fl-profile-comment-list {
    display: grid;
    gap: 1rem;
}

.fl-profile-comment-card {
    border: 1px solid rgba(188, 160, 88, 0.35);
    border-radius: 22px;
    background: #fff;
    padding: 1.25rem;
}

.fl-profile-comment-card h3 {
    margin: .2rem 0 .5rem;
}

.fl-profile-comment-card small {
    color: #7a6d57;
    font-weight: 700;
}

@media (max-width: 640px) {
    .fl-profile-hero {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .fl-profile-avatar {
        width: 82px;
        height: 82px;
        border-radius: 24px;
    }
}

/* v0.4.4.3 manual Lounge profile creation */
.fl-profile-create-card,
.fl-account-lounge-panel {
    border: 1px solid rgba(201, 169, 92, 0.42);
    border-radius: 28px;
    padding: clamp(1.25rem, 4vw, 2rem);
    background: linear-gradient(135deg, rgba(255, 250, 238, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    margin: 1rem 0 1.5rem;
}

.fl-profile-create-card h1,
.fl-account-lounge-panel h2 {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
}

.fl-profile-create-card .fl-button,
.fl-account-lounge-panel .fl-button {
    margin-top: 0.75rem;
    display: inline-flex;
    width: fit-content;
}

/* v0.4.6 Media & Avatar */
.fl-account-media-panel {
    display: grid;
    gap: 1.5rem;
}

.fl-media-avatar-card {
    display: grid;
    gap: 1rem;
}

.fl-avatar-current {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(188, 160, 88, 0.28);
    border-radius: 22px;
    background: rgba(255, 250, 238, 0.72);
}

.fl-avatar-upload-form,
.fl-avatar-reset-form {
    display: grid;
    gap: .75rem;
    max-width: 520px;
}

.fl-avatar-upload-form label {
    display: grid;
    gap: .4rem;
    font-weight: 800;
}

.fl-avatar-upload-form input[type="file"] {
    padding: .8rem;
    border: 1px solid rgba(188, 160, 88, 0.42);
    border-radius: 16px;
    background: #fff;
}

.fl-media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.fl-media-card {
    display: grid;
    gap: .75rem;
    padding: .75rem;
    border: 1px solid rgba(188, 160, 88, 0.32);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.fl-media-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
}

.fl-media-card .fl-button-small {
    width: 100%;
    justify-content: center;
    text-align: center;
}

@media (max-width: 640px) {
    .fl-avatar-current {
        grid-template-columns: 1fr;
    }
}

/* v0.4.6.1 Media & Avatar polish */
.fl-account-media-panel,
.fl-account-media-panel .fl-profile-create-card,
.fl-account-media-panel .fl-section {
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
}

.fl-avatar-upload-form {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 520px);
}

.fl-avatar-upload-form .fl-button,
.fl-avatar-reset-form .fl-button {
    justify-self: center;
}

.fl-avatar-preview {
    margin-top: .75rem;
    border: 1px solid rgba(188, 160, 88, 0.35);
    border-radius: 18px;
    padding: .75rem;
    background: rgba(255, 250, 238, 0.72);
}

.fl-avatar-preview[hidden] {
    display: none !important;
}

.fl-avatar-preview-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .75rem;
}

.fl-avatar-preview img {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    object-fit: cover;
    border: 3px solid #d8bf72;
}

.fl-avatar-preview span {
    font-weight: 800;
    color: #5f533b;
    overflow-wrap: anywhere;
}

@media (max-width: 640px) {
    .fl-account-media-panel {
        justify-items: center;
    }

    .fl-account-media-panel .fl-profile-create-card,
    .fl-account-media-panel .fl-section {
        width: calc(100vw - 2rem);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .fl-avatar-current,
    .fl-avatar-upload-form {
        justify-items: center;
        text-align: center;
    }

    .fl-avatar-preview-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

/* v0.4.6.2 Media & Avatar centering, preview, delete */
.fl-account-media-panel {
    justify-items: center;
    width: 100%;
    box-sizing: border-box;
}

.fl-account-media-panel .fl-profile-create-card,
.fl-account-media-panel .fl-section {
    box-sizing: border-box;
    width: min(100%, 760px);
    max-width: calc(100vw - 2rem);
}

.fl-avatar-current {
    justify-items: center;
    text-align: center;
}

.fl-avatar-upload-form {
    justify-items: center;
    text-align: center;
}

.fl-avatar-upload-label,
.fl-avatar-file-row {
    width: min(100%, 520px);
}

.fl-avatar-file-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    justify-items: center;
}

.fl-avatar-file-row input[type="file"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.fl-avatar-preview {
    width: min(100%, 320px);
    margin: .25rem auto 0;
}

.fl-avatar-preview-inner {
    justify-items: center;
    text-align: center;
}

.fl-avatar-preview img {
    width: 112px;
    height: 112px;
    border-radius: 24px;
}

.fl-button-danger {
    background: #fff6f4 !important;
    border-color: #9f2d2d !important;
    color: #9f2d2d !important;
    box-shadow: none !important;
}

.fl-media-current-note {
    margin: 0;
    padding: .7rem .9rem;
    border-radius: 999px;
    background: rgba(216, 191, 114, .18);
    color: #6d5a26;
    font-weight: 900;
    text-align: center;
}

.fl-media-card form {
    width: 100%;
}

@media (max-width: 640px) {
    .fl-account-media-panel .fl-profile-create-card,
    .fl-account-media-panel .fl-section {
        max-width: calc(100vw - 1.5rem);
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .fl-media-grid {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
    }

    .fl-media-card {
        width: min(100%, 320px);
        box-sizing: border-box;
    }
}


.fl-post-separator {
  display: inline-flex;
  margin-left: .35rem;
  color: rgba(33, 28, 22, .46);
  font-size: .82rem;
  font-weight: 800;
}

.fl-post-date {
  display: inline-flex;
  margin-left: .35rem;
  color: rgba(33, 28, 22, .62);
  font-size: .82rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .fl-post-byline .fl-member-since,
  .fl-post-byline 
.fl-post-separator {
  display: inline-flex;
  margin-left: .35rem;
  color: rgba(33, 28, 22, .46);
  font-size: .82rem;
  font-weight: 800;
}

.fl-post-date {
    margin-left: 0;
    margin-top: .15rem;
  }
}

/* v0.6.0 Creator Spotlight */
.fl-creator-spotlight-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
    gap: 22px;
    align-items: stretch;
    padding: 24px;
    border: 1px solid rgba(155, 104, 31, 0.28);
    border-radius: 26px;
    background: linear-gradient(135deg, #fffdf7 0%, #fff4d9 100%);
    box-shadow: 0 18px 46px rgba(35, 25, 10, 0.08);
}

.fl-creator-spotlight-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.fl-creator-spotlight-copy h2 {
    margin: 0;
    color: #201a12;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.05;
}

.fl-creator-spotlight-copy p:not(.fl-kicker) {
    max-width: 720px;
    margin: 0;
    color: #554a3d;
    font-size: 1rem;
    line-height: 1.65;
}

.fl-creator-spotlight-copy .fl-button {
    align-self: flex-start;
    margin-top: 8px;
}

.fl-creator-spotlight-media {
    min-height: 220px;
    overflow: hidden;
    border: 1px solid rgba(155, 104, 31, 0.22);
    border-radius: 22px;
    background: linear-gradient(135deg, #111, #4a3007);
}

.fl-creator-spotlight-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fl-creator-spotlight-media span {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7d777;
    font-size: 54px;
    font-weight: 900;
}

@media (max-width: 760px) {
    .fl-creator-spotlight-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .fl-creator-spotlight-media {
        min-height: 180px;
    }
}

/* v0.7 homepage Lounge preview shortcode */
.fl-home-preview {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    gap: clamp(18px, 4vw, 32px);
    align-items: stretch;
    padding: clamp(24px, 5vw, 42px);
    border: 1px solid rgba(155, 104, 31, 0.22);
    border-radius: 28px;
    background: linear-gradient(135deg, #fffdf7, #fff7df);
    box-shadow: 0 18px 44px rgba(35, 25, 10, 0.08);
}

.fl-home-preview h2 {
    margin: 0 0 10px;
    color: #201a12;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 1.05;
}

.fl-home-preview__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fl-home-preview__copy > p:not(.fl-kicker) {
    max-width: 680px;
    margin: 0;
    color: #62594c;
    font-size: 1.04rem;
    line-height: 1.62;
}

.fl-home-preview__button {
    margin-top: 22px;
}

.fl-home-preview__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
}

.fl-home-preview__stats span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    color: #62594c;
    font-weight: 850;
    box-shadow: inset 0 0 0 1px rgba(155, 104, 31, 0.14);
}

.fl-home-preview__stats strong {
    color: #201a12;
}

.fl-home-preview__activity {
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: clamp(18px, 4vw, 24px);
    border: 1px solid rgba(215, 190, 125, 0.5);
    border-radius: 24px;
    background: rgba(255, 255, 255, .74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 14px 30px rgba(35, 25, 10, 0.06);
}

.fl-home-preview__activity-head h3 {
    margin: 0;
    color: #201a12;
    font-size: 1.35rem;
    line-height: 1.1;
}

.fl-home-preview__post-list,
.fl-home-preview__room-list {
    display: grid;
    gap: 10px;
}

.fl-home-preview__post,
.fl-home-preview__room {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid rgba(155, 104, 31, 0.16);
    border-radius: 18px;
    background: #fffdf8;
    color: #201a12;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(35, 25, 10, 0.05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fl-home-preview__post:hover,
.fl-home-preview__post:focus,
.fl-home-preview__room:hover,
.fl-home-preview__room:focus {
    transform: translateY(-1px);
    border-color: rgba(155, 104, 31, 0.34);
    box-shadow: 0 14px 26px rgba(35, 25, 10, 0.08);
    outline: none;
}

.fl-home-preview__post-meta {
    color: #9b681f;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.fl-home-preview__post strong,
.fl-home-preview__room strong {
    color: #201a12;
    font-size: 1rem;
    line-height: 1.25;
}

.fl-home-preview__post small,
.fl-home-preview__room small,
.fl-home-preview__empty small {
    color: #62594c;
    font-size: .92rem;
    line-height: 1.45;
}

.fl-home-preview__room {
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.fl-home-preview__room > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #fff7df;
}

.fl-home-preview__empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 220px;
    padding: 24px;
    border: 1px dashed rgba(155, 104, 31, 0.28);
    border-radius: 22px;
    background: #fffdf8;
    color: #201a12;
    text-align: center;
}

.fl-home-preview__empty > span {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 24px;
    background: #fff8ea;
    color: #7b551e;
    font-size: 2rem;
    box-shadow: 0 0 0 4px rgba(248, 211, 122, .18);
}

@media (max-width: 760px) {
    .fl-home-preview {
        grid-template-columns: 1fr;
    }

    .fl-home-preview__stats {
        margin-top: 0;
    }
}

/* v0.6.2 Artist Alley Spotlight row — matched to Artist Alley global Spotlight glow */
.fl-creator-spotlight-heading {
    align-items: flex-start;
}

.fl-creator-spotlight-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 4px 18px;
    margin: 0 -4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.fl-creator-spotlight-grid::-webkit-scrollbar {
    height: 8px;
}

.fl-creator-spotlight-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(155, 104, 31, 0.28);
}

.fl-creator-spotlight-booth-card {
    flex: 0 0 min(88vw, 360px);
    scroll-snap-align: start;
    overflow: hidden;
    border: 1px solid rgba(155, 104, 31, 0.28);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(35, 25, 10, 0.08);
}

.fl-creator-spotlight-booth-card__banner {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(135deg, #17130d, #5c3906);
    background-position: center;
    background-size: cover;
    color: #f7d777;
}

.fl-creator-spotlight-booth-card__banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 19, 13, 0.16), rgba(23, 19, 13, 0.44));
    pointer-events: none;
}

.fl-creator-spotlight-booth-card__banner strong {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.fl-creator-spotlight-booth-card__badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 248, 234, 0.95);
    color: #7b551e;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fl-creator-spotlight-booth-card__body {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.fl-creator-spotlight-booth-card__identity {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.fl-creator-spotlight-booth-card__logo {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border: 2px solid #fff4d9;
    border-radius: 18px;
    background: #fff8ea;
    box-shadow: 0 8px 18px rgba(35, 25, 10, 0.08);
}

.fl-creator-spotlight-booth-card__logo img,
.fl-creator-spotlight-booth-card__logo span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: #8a611f;
    font-weight: 900;
}

.fl-creator-spotlight-booth-card h3 {
    margin: 0 0 3px;
    color: #201a12;
    font-size: 1.05rem;
    line-height: 1.18;
}

.fl-creator-spotlight-booth-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.fl-creator-spotlight-booth-card__identity p,
.fl-creator-spotlight-booth-card__bio {
    margin: 0;
    color: #62594c;
    line-height: 1.48;
}

.fl-creator-spotlight-booth-card__identity p {
    font-size: .9rem;
    font-weight: 700;
}

.fl-creator-spotlight-booth-card__bio {
    font-size: .94rem;
}

.fl-creator-spotlight-booth-card__tags,
.fl-creator-spotlight-booth-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.fl-creator-spotlight-booth-card__tags span,
.fl-creator-spotlight-booth-card__links a {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff6df;
    color: #7b551e !important;
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none !important;
}

.fl-creator-spotlight-booth-card__visit {
    display: inline-flex;
    justify-content: center;
    margin-top: 2px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #17130d;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900;
}


/* v0.6.2 Artist Alley Spotlight visual match */
.fl-creator-spotlight-booth-card {
    border-color: rgba(248, 211, 122, .78) !important;
    box-shadow:
        0 20px 46px rgba(18, 13, 8, .18),
        0 0 0 1px rgba(255, 255, 255, .72),
        0 0 0 4px rgba(248, 211, 122, .24) !important;
}

.fl-creator-spotlight-booth-card__badge {
    background: #111 !important;
    color: #f8d37a !important;
    border: 1px solid rgba(248, 211, 122, .5);
    box-shadow: 0 8px 18px rgba(0,0,0,.18), 0 0 18px rgba(248, 211, 122, .18);
}

.fl-creator-spotlight-booth-card__logo {
    box-shadow:
        0 12px 24px rgba(0,0,0,.2),
        0 0 0 3px rgba(255,255,255,.52),
        0 0 24px rgba(248, 211, 122, .28) !important;
}

.fl-creator-spotlight-booth-card__banner {
    background-color: #17130d;
}

.fl-creator-spotlight-booth-card__visit {
    box-shadow: 0 10px 22px rgba(18, 13, 8, .16);
}

/* v0.6.4 Artist Alley exact avatar/logo token match
   Source token from Artist Alley v2.18.2 booth-cards.css:
   border-color: #d9bf72;
   box-shadow: 0 10px 20px rgba(0,0,0,.16), 0 0 0 2px rgba(217,191,114,.18);
*/
.fl-creator-spotlight-booth-card__logo {
    border-color: #d9bf72 !important;
    box-shadow:
        0 10px 20px rgba(0,0,0,.16),
        0 0 0 2px rgba(217,191,114,.18) !important;
}

/* v1.0.1 Creator page Lounge feed fallback.
   Artist Alley should use fanime_lounge_get_creator_posts() and render these
   posts with the booth theme. This shortcode CSS is intentionally plain and
   self-contained only for manual shortcode use. */
.fl-creator-feed {
    color: #181512;
}

.fl-creator-feed-list {
    display: grid;
    gap: 12px;
}

.fl-creator-feed-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid rgba(24, 21, 18, .14);
    border-radius: 18px;
    background: #fff;
    color: #181512;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.fl-creator-feed-item__thumb {
    display: block;
    overflow: hidden;
    min-height: 82px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .08);
}

.fl-creator-feed-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 82px;
    object-fit: cover;
}

.fl-creator-feed-item__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}

.fl-creator-feed-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    color: rgba(24, 21, 18, .68);
    font-size: .78rem;
    font-weight: 800;
}

.fl-creator-feed-item__meta span {
    display: inline-flex;
    padding: 4px 8px;
    border: 1px solid rgba(160, 107, 26, .24);
    border-radius: 999px;
    background: rgba(248, 211, 122, .18);
    color: #6f4910;
}

.fl-creator-feed-item h3 {
    margin: 0;
    color: #181512;
    font-size: 1rem;
    line-height: 1.2;
}

.fl-creator-feed-item h3 a {
    color: #181512 !important;
    text-decoration: none !important;
}

.fl-creator-feed-item p {
    margin: 0;
    color: rgba(24, 21, 18, .72);
    font-size: .9rem;
    line-height: 1.42;
}

.fl-creator-feed-item__link {
    display: inline-flex;
    align-self: flex-start;
    justify-content: center;
    margin-top: 2px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #17130d;
    color: #fff !important;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none !important;
}

@media (max-width: 520px) {
    .fl-creator-feed-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 16px;
    }

    .fl-creator-feed-item__thumb,
    .fl-creator-feed-item__thumb img {
        min-height: 72px;
    }
}
