.ground-showcase-page {
    background:
        radial-gradient(circle at top left, rgba(201, 162, 39, 0.14), transparent 24%),
        radial-gradient(circle at top right, rgba(230, 36, 41, 0.06), transparent 20%),
        linear-gradient(180deg, #f4f1ea 0%, #f7f7f5 100%);
}

.ground-showcase-hero {
    position: relative;
    overflow: hidden;
    padding: 68px 0 132px;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(42, 42, 42, 0.94));
    background-size: cover;
    background-position: center;
}

.ground-showcase-hero.has-cover {
    min-height: 470px;
}

.ground-showcase-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.48) 0%, rgba(8, 8, 8, 0.18) 44%, rgba(8, 8, 8, 0.38) 100%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.12) 0%, rgba(8, 8, 8, 0.28) 100%);
}

.ground-showcase-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: end;
}

.ground-showcase-hero-copy {
    max-width: 760px;
    color: #fff;
}

.ground-showcase-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #f3c34d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ground-showcase-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 56px;
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.ground-showcase-location {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 600;
}

.ground-showcase-location i {
    margin-right: 8px;
    color: #f3c34d;
}

.ground-showcase-summary {
    max-width: 640px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
}

.ground-showcase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ground-showcase-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ground-showcase-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.32);
}

.ground-showcase-btn-primary {
    background: #d1002a;
    border-color: #d1002a;
}

.ground-showcase-btn-primary:hover {
    background: #b80024;
    border-color: #b80024;
}

.ground-showcase-profile {
    position: relative;
    align-self: end;
    margin-bottom: -118px;
}

.ground-showcase-profile-card {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.16);
}

.ground-showcase-profile-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.ground-showcase-profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 72px;
}

.ground-showcase-profile-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #f3c34d;
    font-size: 24px;
}

.ground-showcase-profile-title {
    margin: 0 0 4px;
    color: #111827;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.ground-showcase-profile-type {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ground-showcase-rating-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ground-showcase-rating-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(243, 195, 77, 0.18);
    color: #7d5f0f;
    font-size: 20px;
    font-weight: 800;
}

.ground-showcase-rating-stars {
    color: #f4b400;
    font-size: 16px;
    letter-spacing: 0.08em;
}

.ground-showcase-rating-text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
}

.ground-showcase-question-ratings {
    margin-bottom: 18px;
    border-top: 1px solid rgba(17, 24, 39, 0.1);
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.ground-showcase-question-ratings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ground-showcase-question-ratings-header strong {
    color: #4b5563;
    font-size: 11px;
}

.ground-showcase-question-rating {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ground-showcase-question-label {
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.ground-showcase-question-result {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.ground-showcase-question-score {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.ground-showcase-question-score strong {
    color: #7d5f0f;
    font-size: 15px;
}

.ground-showcase-question-stars {
    color: #f4b400;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.ground-showcase-question-stars.is-empty {
    color: #d1d5db;
}

.ground-showcase-question-result small {
    color: #6b7280;
    font-size: 10px;
    font-weight: 600;
}

.ground-showcase-profile-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ground-showcase-profile-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 14px;
}

.ground-showcase-profile-list i {
    color: #d1002a;
    width: 16px;
}

.ground-showcase-profile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ground-showcase-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.ground-showcase-profile-btn-primary {
    background: #d1002a;
    color: #fff;
}

.ground-showcase-profile-btn-primary:hover {
    background: #b80024;
    color: #fff;
}

.ground-showcase-profile-btn-secondary {
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: #fff;
    color: #1f2937;
}

.ground-showcase-profile-btn-secondary:hover {
    background: #f8f8f8;
    color: #111827;
}

.ground-quickfacts-wrap {
    position: relative;
    z-index: 2;
    margin-top: -44px;
}

.ground-quickfacts-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 18px 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
}

.ground-quickfact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 8px 10px;
}

.ground-quickfact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(209, 0, 42, 0.1);
    color: #d1002a;
    flex: 0 0 40px;
}

.ground-quickfact-label {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ground-quickfact strong {
    display: block;
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.ground-showcase-content {
    padding-top: 34px;
    padding-bottom: 56px;
}

.ground-showcase-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.ground-feature-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ground-feature-panel {
    height: 100%;
}

.ground-showcase-main,
.ground-showcase-sidebar {
    min-width: 0;
}

.ground-showcase-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ground-panel {
    padding: 28px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
    margin-bottom: 24px;
}

.ground-sidebar-panel {
    margin-bottom: 0;
}

.ground-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.ground-panel-header h2 {
    margin: 0;
    color: #111827;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.ground-panel-about .ground-panel-header h2,
.ground-sidebar-panel .ground-panel-header h2,
#reviews .ground-panel-header h2,
#review-form-section .ground-panel-header h2 {
    font-size: 28px;
}

.ground-about-text,
.ground-address-copy,
.ground-sidebar-text,
.ground-review-copy {
    color: #374151;
    font-size: 15px;
    line-height: 1.9;
}

.ground-discipline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ground-discipline-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(209, 0, 42, 0.08);
    color: #7e1228;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ground-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ground-info-card {
    padding: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: #fff;
}

.ground-info-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
}

.ground-feature-section + .ground-feature-section {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ground-feature-section h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.ground-feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #374151;
    font-size: 15px;
}

.ground-feature-row strong {
    color: #111827;
    font-size: 16px;
}

.ground-feature-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ground-feature-list-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.ground-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #374151;
    font-size: 15px;
}

.ground-feature-list i {
    margin-top: 3px;
    color: #2f8a2f;
}

.ground-detail-list,
.ground-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ground-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
}

.ground-detail-list i {
    color: #d1002a;
    width: 16px;
    margin-top: 3px;
}

.ground-detail-list a {
    color: #374151;
    overflow-wrap: anywhere;
}

.ground-detail-list a:hover {
    color: #d1002a;
}

.ground-ratings-summary {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
}

.ground-ratings-overview {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    background: #f8f4e8;
}

.ground-ratings-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    color: #7d5f0f;
    font-size: 30px;
    font-weight: 800;
}

.ground-ratings-stars {
    color: #f4b400;
    font-size: 17px;
    letter-spacing: 0.08em;
}

.ground-ratings-overview p {
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 14px;
}

.ground-ratings-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ground-rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.ground-rating-row:last-child {
    border-bottom: none;
}

.ground-rating-label {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}

.ground-rating-stars-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ground-rating-stars-value,
.ground-review-stars {
    color: #f4b400;
    font-size: 16px;
    letter-spacing: 0.08em;
}

.ground-rating-stars-line strong,
.ground-rating-stars-line small {
    color: #4b5563;
}

.ground-review-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ground-review-card {
    padding: 20px 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: #fff;
}

.ground-review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.ground-review-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ground-review-verified {
    display: inline-flex;
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(46, 160, 67, 0.12);
    color: #2e8b57;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ground-sidebar-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    color: #4b5563;
    font-size: 14px;
}

.ground-sidebar-list li:last-child {
    border-bottom: none;
}

.ground-sidebar-list strong {
    color: #111827;
    text-align: right;
}

.ground-sidebar-subsection {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ground-sidebar-subsection h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.ground-sidebar-checklist,
.ground-sidebar-times {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ground-sidebar-checklist li,
.ground-sidebar-times li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    color: #374151;
    font-size: 14px;
}

.ground-sidebar-checklist i {
    margin-top: 3px;
    color: #2f8a2f;
}

.ground-sidebar-checklist span {
    flex: 1 1 auto;
}

.ground-sidebar-times span {
    color: #4b5563;
    font-weight: 600;
}

.ground-sidebar-times strong {
    color: #111827;
    font-weight: 700;
    text-align: right;
}

.ground-map-frame {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 16px;
    background: #e5e7eb;
}

.ground-map-frame iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

.ground-map-copy strong {
    display: block;
    color: #111827;
    font-size: 18px;
    margin-bottom: 6px;
}

.ground-map-copy p {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
}

.ground-map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #d1002a;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.ground-map-btn:hover {
    background: #b80024;
    color: #fff;
}

.ground-map-btn-secondary {
    background: #111827;
}

.ground-map-btn-secondary:hover {
    background: #0b1220;
}

.ground-muted {
    color: #6b7280;
}

.ground-sidebar-ground-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ground-sidebar-ground-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ground-sidebar-ground-card:hover {
    transform: translateY(-3px);
    border-color: rgba(209, 0, 42, 0.18);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
    color: inherit;
}

.ground-sidebar-ground-image {
    height: 108px;
    overflow: hidden;
    background: #111827;
}

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

.ground-sidebar-ground-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0d1117 0%, #1a1f28 55%, #0d1117 100%);
    color: #f3c34d;
}

.ground-sidebar-ground-placeholder-grid {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.08) 10px, rgba(255,255,255,0.08) 20px);
}

.ground-sidebar-ground-placeholder-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ground-sidebar-ground-placeholder-copy i {
    font-size: 42px;
}

.ground-sidebar-ground-placeholder-copy span {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ground-sidebar-ground-body {
    padding: 12px 14px 14px;
}

.ground-sidebar-ground-body h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.ground-sidebar-ground-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.ground-sidebar-ground-stars {
    color: #f4b400;
    font-size: 13px;
    letter-spacing: 0.06em;
}

.ground-sidebar-ground-meta,
.ground-sidebar-ground-body p {
    color: #6b7280;
    font-size: 12px;
    margin: 0;
}

.ground-sidebar-ground-rating strong {
    margin-left: auto;
    color: #111827;
    font-size: 14px;
}

.ground-form-subtitle {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.ground-review-published-toast {
    position: fixed;
    top: 16px;
    left: 50%;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: min(520px, calc(100% - 32px));
    padding: 14px 16px;
    color: #14532d;
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    transform: translateX(-50%);
}

.ground-review-published-toast strong,
.ground-review-published-toast span {
    display: block;
}

.ground-review-published-toast strong {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 800;
}

.ground-review-published-toast span {
    font-size: 14px;
    line-height: 1.35;
}

.ground-review-published-toast button {
    flex: 0 0 auto;
    padding: 6px 10px;
    color: #14532d;
    font-size: 13px;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    cursor: pointer;
}

.club-star-label {
    cursor: pointer;
    font-size: 24px;
    color: #ddd;
    transition: color 0.2s;
    margin-right: 4px;
}

.rating-input input {
    display: none;
}

.rating-input input:checked ~ label, .rating-input label:hover {
    color: #ffc107;
}

.review-sign-in-prompt {
    margin-top: 20px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    border-left: 4px solid #d1002a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.review-sign-in-prompt-title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #272727;
}

.review-sign-in-prompt-desc {
    margin: 0 0 16px;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
}

.review-sign-in-prompt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-sign-in-prompt .button {
    text-decoration: none;
}

.review-sign-in-btn-outline {
    background: transparent !important;
    color: #61341d !important;
    border: 1px solid #61341d !important;
}

.review-sign-in-btn-outline:hover {
    background: #f5f5f5 !important;
    color: #61341d !important;
    border-color: #61341d !important;
}

#reviewFeedback.form-control {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .ground-showcase-hero-inner,
    .ground-showcase-layout {
        grid-template-columns: 1fr 300px;
    }

    .ground-quickfacts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ground-feature-panels,
    .ground-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .ground-showcase-hero {
        padding: 44px 0 28px;
    }

    .ground-showcase-hero-inner,
    .ground-showcase-layout,
    .ground-ratings-summary {
        grid-template-columns: 1fr;
    }

    .ground-showcase-title {
        font-size: 42px;
    }

    .ground-showcase-profile {
        max-width: 520px;
        margin-bottom: 0;
    }

    .ground-quickfacts-wrap {
        margin-top: 18px;
    }

    .ground-showcase-sidebar {
        position: static;
    }

    .ground-feature-list-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ground-review-published-toast {
        top: 10px;
        align-items: flex-start;
        width: calc(100% - 20px);
        padding: 12px;
    }

    .ground-showcase-hero {
        padding: 34px 0 24px;
    }

    .ground-showcase-title {
        font-size: 34px;
    }

    .ground-showcase-location {
        font-size: 16px;
    }

    .ground-showcase-summary {
        font-size: 15px;
    }

    .ground-showcase-actions {
        flex-direction: column;
    }

    .ground-showcase-btn {
        justify-content: center;
    }

    .ground-quickfacts-grid {
        grid-template-columns: 1fr;
    }

    .ground-panel {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .ground-panel-header h2 {
        font-size: 26px;
    }

    .ground-showcase-profile-card {
        padding: 20px;
        border-radius: 22px;
    }

    .ground-showcase-profile-title {
        font-size: 24px;
    }

    .ground-showcase-question-rating {
        align-items: start;
    }

    .ground-review-top,
    .ground-rating-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .ground-rating-stars-line {
        justify-content: flex-start;
    }

    .ground-showcase-hero.has-cover {
        min-height: auto;
    }
}
