.places-page {
    min-height: 72vh;
    padding: 34px 0 72px;
    color: #241c2c;
    background: #f7f5f9;
}
.places-shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.place-flashes { display: grid; gap: 8px; margin-bottom: 16px; }
.place-flash { padding: 13px 16px; border: 1px solid #dfd4e7; border-radius: 13px; color: #5d5265; background: #fff; font-size: 14px; }
.place-flash.success { color: #215f40; border-color: #bfe5cf; background: #e9f8ef; }
.place-flash.error { color: #8c3442; border-color: #f0c4cc; background: #fdecef; }
.place-flash.info { color: #5e3d77; border-color: #dec9ec; background: #f5ebfb; }
.places-hero {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    padding: 42px;
    border-radius: 28px;
    color: #fff;
    background: radial-gradient(circle at 88% 8%, rgba(222, 91, 255, .62), transparent 34%), linear-gradient(135deg, #2e0c4b, #7900f5);
    box-shadow: 0 22px 56px rgba(59, 17, 89, .2);
}
.places-hero h1 { margin: 0 0 10px; font-size: clamp(32px, 5vw, 54px); line-height: 1.04; letter-spacing: -.04em; }
.places-hero p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 16px; line-height: 1.6; }
.places-toolbar { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin: 22px 0; }
.places-tabs { display: inline-flex; gap: 6px; padding: 5px; border: 1px solid #e7e0ec; border-radius: 14px; background: #fff; }
.places-tab { padding: 10px 17px; border-radius: 10px; color: #736b7b; font-size: 14px; font-weight: 800; text-decoration: none; }
.places-tab.is-active { color: #fff; background: #7f22fe; }
.places-search { display: flex; flex: 1; max-width: 520px; }
.places-search input { width: 100%; min-height: 46px; padding: 0 16px; border: 1px solid #ded7e5; border-radius: 13px 0 0 13px; background: #fff; font: inherit; }
.places-search button { min-width: 92px; border: 0; border-radius: 0 13px 13px 0; color: #fff; background: #6f16e8; font-weight: 800; cursor: pointer; }
.place-primary, .place-secondary { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 18px; border: 0; border-radius: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.place-primary { color: #fff; background: linear-gradient(135deg, #932cff, #6e0bea); box-shadow: 0 9px 22px rgba(113, 21, 229, .22); }
.place-primary:hover { color: #fff; transform: translateY(-1px); }
.place-secondary { color: #6d1bc5; border: 1px solid #dcc7ec; background: #fff; }
.place-secondary:hover { color: #541099; background: #fbf7ff; }
.places-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.place-card { display: flex; min-height: 250px; flex-direction: column; padding: 24px; border: 1px solid #e9e3ed; border-radius: 21px; color: inherit; background: #fff; box-shadow: 0 10px 32px rgba(47, 25, 60, .07); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.place-card:hover { color: inherit; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(65, 24, 91, .12); }
.place-card-kind { color: #8a32ec; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.place-card h2 { margin: 15px 0 8px; font-size: 23px; line-height: 1.15; }
.place-card-address { min-height: 44px; color: #77707e; font-size: 14px; line-height: 1.55; }
.place-card-description { display: -webkit-box; overflow: hidden; margin-top: 13px; color: #928b98; font-size: 13px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.place-card-stats { display: flex; gap: 16px; margin-top: auto; padding-top: 22px; color: #6d6474; font-size: 12px; font-weight: 700; }
.places-empty { padding: 54px 24px; border: 1px dashed #d9cfe0; border-radius: 20px; color: #837a89; background: #fff; text-align: center; }
.places-pagination { display: flex; gap: 7px; justify-content: center; margin-top: 28px; }
.places-pagination a, .places-pagination span { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; color: #6b6272; background: #fff; text-decoration: none; }
.places-pagination .is-current { color: #fff; background: #7f22fe; }

.place-back { display: inline-flex; margin-bottom: 17px; color: #6f6878; font-size: 14px; font-weight: 800; text-decoration: none; }
.place-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; }
.place-detail-hero.has-cover { background-position: center; background-size: cover; }
.place-identity { display: flex; gap: 22px; align-items: center; min-width: 0; }
.place-logo { width: 96px; height: 96px; flex: 0 0 auto; border: 3px solid rgba(255,255,255,.8); border-radius: 24px; background: #fff; object-fit: contain; box-shadow: 0 12px 28px rgba(22,0,39,.24); }
.place-detail-hero .place-kind { display: inline-flex; margin-bottom: 14px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; background: rgba(255, 255, 255, .1); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.place-detail-hero h1 { font-size: clamp(34px, 6vw, 60px); }
.place-location { margin-top: 15px; color: rgba(255, 255, 255, .79); font-size: 15px; }
.place-hero-stat { min-width: 116px; padding: 18px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 16px; background: rgba(255, 255, 255, .09); text-align: center; }
.place-hero-stat strong { display: block; font-size: 28px; }
.place-hero-stat span { color: rgba(255, 255, 255, .7); font-size: 12px; }
.place-hero-stat form { margin-top: 11px; }
.place-hero-stat button, .place-hero-stat a { display: block; width: 100%; padding: 8px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; color: #fff; background: rgba(255,255,255,.13); font-size: 11px; font-weight: 900; text-decoration: none; cursor: pointer; }
.place-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: start; }
.place-panel { margin-bottom: 20px; padding: 27px; border: 1px solid #e8e1ec; border-radius: 21px; background: #fff; box-shadow: 0 11px 32px rgba(45, 24, 57, .06); }
.place-panel h2 { margin: 0 0 16px; font-size: 22px; }
.place-panel h3 { margin: 20px 0 12px; font-size: 16px; }
.place-description { color: #625969; line-height: 1.72; white-space: pre-line; }
.place-muted { color: #948b9b; }
.place-contact-list { display: grid; gap: 9px; margin-top: 20px; }
.place-contact-list a, .place-contact-list span { color: #6d1ac7; font-size: 14px; text-decoration: none; }
.place-trainers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.place-person { display: flex; gap: 12px; align-items: center; padding: 14px; border: 1px solid #eee8f1; border-radius: 15px; color: inherit; background: #fcfbfd; text-decoration: none; }
.place-person-avatar { width: 42px; height: 42px; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #a544f0, #6f15da); font-weight: 900; }
.place-person strong { display: block; font-size: 14px; }
.place-person span { color: #8b8291; font-size: 12px; }
.place-related-list { display: grid; gap: 9px; }
.place-related { display: flex; justify-content: space-between; padding: 14px 15px; border: 1px solid #ebe4ef; border-radius: 13px; color: #4f4656; text-decoration: none; }
.place-related span { color: #948b9b; font-size: 12px; }
.place-side-actions { display: grid; gap: 10px; }
.place-side-actions .place-primary, .place-side-actions .place-secondary { width: 100%; box-sizing: border-box; }
.place-status { padding: 12px 13px; border-radius: 12px; color: #62536d; background: #f3e9fa; font-size: 13px; line-height: 1.5; }
.place-status.is-success { color: #226443; background: #e5f6ec; }
.place-status.is-pending { color: #7b581e; background: #fff4d9; }
.place-status.is-rejected { color: #8c3542; background: #fde9ec; }
.place-inline-form { display: grid; gap: 9px; margin-top: 12px; }
.place-inline-form textarea, .place-inline-form select, .place-input { width: 100%; box-sizing: border-box; padding: 12px 13px; border: 1px solid #ddd4e3; border-radius: 12px; background: #fff; font: inherit; }
.place-inline-form textarea { min-height: 78px; resize: vertical; }
.place-details { margin-top: 12px; border-top: 1px solid #eee8f1; padding-top: 12px; }
.place-details summary { color: #6c1bc6; font-size: 13px; font-weight: 800; cursor: pointer; }
.place-request { padding: 15px; border: 1px solid #eadff0; border-radius: 14px; background: #fcf9fe; }
.place-request + .place-request { margin-top: 10px; }
.place-request-head { display: flex; gap: 12px; justify-content: space-between; align-items: start; }
.place-request strong { font-size: 14px; }
.place-request p { margin: 5px 0 0; color: #817688; font-size: 12px; line-height: 1.5; }
.place-request-actions { display: flex; gap: 7px; margin-top: 11px; }
.place-mini-button { padding: 8px 11px; border: 0; border-radius: 9px; color: #fff; background: #7720df; font-size: 12px; font-weight: 800; cursor: pointer; }
.place-mini-button.is-danger { color: #8d3442; background: #f9e4e8; }
.place-mini-button.is-current { color: #6e6473; background: #ebe6ee; cursor: default; }
.place-manage-checkbox { margin-top: 9px; color: #6c626f; font-size: 12px; }
.place-form-card { max-width: 760px; margin: 0 auto; padding: 31px; border: 1px solid #e7e0eb; border-radius: 23px; background: #fff; box-shadow: 0 15px 42px rgba(55, 22, 74, .09); }
.place-form-card h1 { margin: 0 0 24px; }
.place-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.place-form-field { display: grid; gap: 7px; }
.place-form-field.is-wide { grid-column: 1 / -1; }
.place-form-field label { color: #6f26d6; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.place-textarea { min-height: 150px; resize: vertical; }
.place-form-errors { margin-bottom: 18px; padding: 13px; border-radius: 12px; color: #923846; background: #fde9ec; }

/* Public place community feed */
.place-about-panel { margin-top: -4px; }
.place-about-panel h2 { margin-bottom: 10px; }
.place-about-details { display: flex; flex-direction: column; color: #625969; line-height: 1.65; }
.place-about-details summary { order: 2; width: fit-content; margin-top: 8px; color: #741fd7; font-size: 13px; font-weight: 900; cursor: pointer; list-style: none; }
.place-about-details summary::-webkit-details-marker { display: none; }
.place-about-preview, .place-about-full { order: 1; white-space: pre-line; }
.place-about-preview { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.place-about-full, .place-about-less, .place-about-details[open] .place-about-preview, .place-about-details[open] .place-about-more { display: none; }
.place-about-details[open] .place-about-full, .place-about-details[open] .place-about-less { display: block; }
.place-detailed-information { margin-top: 16px; padding-top: 16px; border-top: 1px solid #eee7f1; }
.place-news-column { min-width: 0; }
.place-composer-heading span, .place-feed-heading span, .place-management-promo > span { color: #8b2af0; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.place-composer-heading h2, .place-feed-heading h2 { margin: 5px 0 17px; }
.place-composer form { display: grid; gap: 12px; }
.place-composer-text { min-height: 116px; resize: vertical; }
.place-composer-footer { display: flex; gap: 14px; align-items: center; justify-content: space-between; }
.place-attach-button { display: inline-flex; min-height: 42px; align-items: center; padding: 0 14px; border: 1px dashed #d7c5e5; border-radius: 11px; color: #7320c7; background: #fcf9ff; font-size: 13px; font-weight: 800; cursor: pointer; }
.place-composer-file { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.place-feed-heading { display: flex; align-items: end; justify-content: space-between; margin: 31px 2px 16px; }
.place-feed-heading h2 { margin-bottom: 0; font-size: 28px; }
.place-feed-heading strong { min-width: 36px; padding: 7px 10px; border-radius: 999px; color: #7621d1; background: #eadcf7; text-align: center; }
.place-feed-actions { display: flex; gap: 10px; align-items: center; }
.place-open-article-modal { min-height: 40px; padding: 8px 15px; font-size: 13px; }
.place-news-card { overflow: hidden; margin-bottom: 18px; border: 1px solid #e8e1ec; border-radius: 21px; background: #fff; box-shadow: 0 11px 32px rgba(45,24,57,.06); }
.place-news-image { display: block; height: 330px; overflow: hidden; background: #eee8f2; }
.place-news-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.place-news-body { padding: 25px 27px 27px; }
.place-news-meta { display: flex; gap: 12px; align-items: center; justify-content: space-between; color: #918797; font-size: 12px; }
.place-news-meta span { color: #7220c8; font-weight: 800; }
.place-news-card h3 { margin: 13px 0 11px; font-size: 24px; line-height: 1.22; }
.place-news-card h3 a { color: #2a2130; text-decoration: none; }
.place-news-excerpt { color: #6d6473; font-size: 14px; line-height: 1.68; }
.place-news-read { display: inline-flex; margin-top: 17px; color: #721bd2; font-size: 13px; font-weight: 900; text-decoration: none; }
.place-trainers-sidebar { grid-template-columns: 1fr; }
.place-management-promo { color: #fff; background: linear-gradient(145deg,#32104d,#7900ef); }
.place-management-promo h2 { margin: 6px 0 10px; }
.place-management-promo p { margin: 0 0 17px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.place-management-promo .place-primary { width: 100%; box-sizing: border-box; color: #6f19c7; background: #fff; box-shadow: none; }

/* Management dashboard */
.place-management-header { display: flex; gap: 22px; align-items: end; justify-content: space-between; margin-bottom: 18px; padding: 34px 38px; border-radius: 25px; color: #fff; background: linear-gradient(135deg,#34104f,#8000ee); box-shadow: 0 18px 46px rgba(67,18,101,.2); }
.place-management-header span, .place-management-section-head span { color: #d5a4ff; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.place-management-header h1 { margin: 7px 0; font-size: 36px; }
.place-management-header p { margin: 0; color: rgba(255,255,255,.72); }
.place-management-header .place-secondary { flex: 0 0 auto; }
.place-management-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 20px; align-items: start; }
.place-management-content { min-width: 0; }
.place-management-nav { display: flex; flex-direction: column; gap: 7px; position: sticky; top: 70px; z-index: 20; padding: 9px; border: 1px solid #e4dce9; border-radius: 17px; background: rgba(255,255,255,.97); box-shadow: 0 8px 24px rgba(46,20,62,.07); }
.place-management-nav button { width: 100%; display: flex; gap: 7px; align-items: center; justify-content: space-between; padding: 13px 14px; border: 0; border-radius: 11px; color: #665c6d; background: transparent; font: inherit; font-size: 13px; font-weight: 800; text-align: left; cursor: pointer; }
.place-management-nav button:hover { color: #6f19c9; background: #f5ecfb; }
.place-management-nav button.is-active { color: #fff; background: linear-gradient(135deg,#8b29f1,#6f12d6); box-shadow: 0 8px 18px rgba(110,24,201,.2); }
.place-management-nav b { min-width: 19px; padding: 2px 5px; border-radius: 99px; color: #fff; background: #7a20dc; text-align: center; }
.place-management-nav button.is-active b { color: #7320c9; background: #fff; }
.place-management-section { margin-bottom: 22px; padding: 30px; border: 1px solid #e6dfea; border-radius: 22px; background: #fff; box-shadow: 0 11px 34px rgba(48,23,62,.06); }
.place-management-section[hidden] { display: none; }
.place-management-section-head { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-bottom: 23px; }
.place-management-section-head span { color: #8124df; }
.place-management-section-head h2 { margin: 5px 0 0; font-size: 26px; }
.place-management-section-head p { max-width: 430px; margin: 0; color: #8b818f; font-size: 13px; line-height: 1.55; }
.place-brand-fields { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 18px; margin-bottom: 24px; }
.place-media-field { display: grid; gap: 9px; color: #7121c9; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.place-logo-preview, .place-logo-placeholder { width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; border: 1px dashed #d7c9df; border-radius: 23px; color: #9c8da7; background: #faf7fc; object-fit: contain; }
.place-cover-preview, .place-cover-placeholder { width: 100%; height: 150px; display: flex; align-items: center; justify-content: center; border: 1px dashed #d7c9df; border-radius: 18px; color: #9c8da7; background: linear-gradient(135deg,#f4eafb,#ede4f2); object-fit: cover; }
.place-file-input { max-width: 100%; color: #766d7b; font-size: 12px; text-transform: none; }
.place-management-fields { margin-bottom: 21px; }
.place-field-error { color: #a33647; }
.place-team-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.place-subscriber-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.place-subscriber-grid .place-team-card { margin-bottom: 0; }
.place-team-columns h3 { margin: 0 0 13px; font-size: 17px; }
.place-team-columns h3 em { display: inline-flex; min-width: 24px; justify-content: center; margin-left: 5px; padding: 3px 6px; border-radius: 99px; color: #fff; background: #8125e2; font-size: 11px; font-style: normal; }
.place-team-card { margin-bottom: 10px; padding: 15px; border: 1px solid #e9e1ed; border-radius: 15px; background: #fcfafd; }
.place-team-card.is-request { border-color: #ddc6ed; background: #fbf5ff; }
.place-team-person { display: flex; gap: 11px; align-items: center; }
.place-team-person strong, .place-team-person span { display: block; }
.place-team-person strong { font-size: 14px; }
.place-team-person span { margin-top: 3px; color: #877d8c; font-size: 12px; line-height: 1.4; }
.place-team-actions { display: flex; gap: 8px; align-items: end; justify-content: space-between; margin-top: 12px; }
.place-team-actions form { display: flex; gap: 8px; align-items: center; }
.place-team-actions label { color: #736979; font-size: 11px; }
.place-team-actions.is-inline { justify-content: flex-end; }
.place-mini-link { color: #7120c6; font-size: 12px; font-weight: 800; text-decoration: none; }
.place-management-empty { padding: 18px; border: 1px dashed #ddd2e3; border-radius: 13px; color: #968c9b; background: #fcfbfd; font-size: 13px; text-align: center; }

/* Lightweight article editor */
body.place-modal-open { overflow: hidden; }
.place-article-modal { visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 24px; transition: opacity .18s ease, visibility .18s ease; }
.place-article-modal.is-open { visibility: visible; opacity: 1; }
.place-article-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(27,8,42,.68); backdrop-filter: blur(5px); cursor: default; }
.place-article-dialog { overflow: hidden; position: relative; width: min(760px,100%); max-height: calc(100vh - 48px); border: 1px solid rgba(255,255,255,.35); border-radius: 23px; background: #fff; box-shadow: 0 28px 90px rgba(24,3,38,.38); transform: translateY(14px) scale(.98); transition: transform .18s ease; }
.place-article-modal.is-open .place-article-dialog { transform: none; }
.place-article-dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; color: #fff; background: linear-gradient(135deg,#35104e,#7d0be5); }
.place-article-dialog-head span { color: #d9b1fb; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.place-article-dialog-head h2 { margin: 5px 0 0; font-size: 26px; }
.place-article-close { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.23); border-radius: 11px; color: #fff; background: rgba(255,255,255,.12); font-size: 25px; line-height: 1; cursor: pointer; }
.place-article-form { overflow-y: auto; max-height: calc(100vh - 160px); display: grid; gap: 18px; padding: 25px; }
.place-editor-field { display: grid; gap: 8px; }
.place-editor-field > span { color: #7120ce; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.place-editor-toolbar { display: flex; flex-wrap: wrap; gap: 5px; padding: 7px; border: 1px solid #ddd3e3; border-bottom: 0; border-radius: 13px 13px 0 0; background: #f8f5fa; }
.place-editor-toolbar button { min-height: 32px; padding: 5px 10px; border: 1px solid transparent; border-radius: 7px; color: #5e5365; background: transparent; font-size: 12px; cursor: pointer; }
.place-editor-toolbar button:hover, .place-editor-toolbar button:focus { color: #6f18cb; border-color: #d9c6e8; background: #fff; outline: none; }
.place-rich-editor { overflow-y: auto; min-height: 220px; max-height: 390px; padding: 15px; border: 1px solid #ddd3e3; border-radius: 0 0 13px 13px; color: #342c39; background: #fff; font-size: 15px; line-height: 1.65; outline: none; }
.place-rich-editor:focus { border-color: #8b34e2; box-shadow: 0 0 0 3px rgba(128,35,218,.1); }
.place-rich-editor:empty::before { color: #a49aa9; content: attr(data-placeholder); pointer-events: none; }
.place-rich-editor ul, .place-rich-editor ol { padding-left: 24px; }
.place-article-form .place-composer-text, .place-article-form .django-ckeditor-widget { display: none !important; }
.place-editor-error { color: #a83546; font-size: 12px; }
.place-article-form-footer, .place-article-form-actions { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.place-article-form-actions { justify-content: flex-end; }

@media (max-width: 900px) {
    .places-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .place-detail-grid { grid-template-columns: 1fr; }
    .place-detail-aside { order: -1; }
    .place-community-page .place-detail-aside { order: initial; }
    .place-team-columns, .place-subscriber-grid { grid-template-columns: 1fr; }
    .place-management-section-head { align-items: start; flex-direction: column; gap: 8px; }
    .place-management-layout { grid-template-columns: 200px minmax(0,1fr); }
}
@media (max-width: 620px) {
    .places-page { padding-top: 18px; }
    .places-shell { width: min(100% - 20px, 1160px); }
    .places-hero { padding: 29px 21px; border-radius: 20px; }
    .places-toolbar { align-items: stretch; flex-direction: column; }
    .places-tabs { display: flex; }
    .places-tab { flex: 1; text-align: center; }
    .places-search { max-width: none; }
    .places-grid, .place-trainers { grid-template-columns: 1fr; }
    .place-detail-hero { grid-template-columns: 1fr; }
    .place-identity { align-items: flex-start; flex-direction: column; }
    .place-logo { width: 76px; height: 76px; border-radius: 18px; }
    .place-hero-stat { display: inline-block; justify-self: start; }
    .place-panel { padding: 21px 18px; }
    .place-form-card { padding: 23px 18px; }
    .place-form-grid { grid-template-columns: 1fr; }
    .place-form-field.is-wide { grid-column: auto; }
    .place-composer-footer, .place-management-header { align-items: stretch; flex-direction: column; }
    .place-news-image { height: 230px; }
    .place-news-body { padding: 21px 18px; }
    .place-brand-fields { grid-template-columns: 1fr; }
    .place-management-layout { grid-template-columns: 1fr; }
    .place-management-nav { overflow-x: auto; position: static; flex-direction: row; }
    .place-management-nav button { width: auto; flex: 0 0 auto; }
    .place-management-section { padding: 22px 17px; }
    .place-team-actions, .place-team-actions form { align-items: stretch; flex-direction: column; }
    .place-feed-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .place-feed-actions { width: 100%; justify-content: space-between; }
    .place-article-modal { padding: 10px; }
    .place-article-dialog { max-height: calc(100vh - 20px); border-radius: 18px; }
    .place-article-form { max-height: calc(100vh - 125px); padding: 18px; }
    .place-article-form-footer { align-items: stretch; flex-direction: column; }
    .place-article-form-actions { width: 100%; }
    .place-article-form-actions > * { flex: 1; }
}
