html,
body {
    background: #ffffff;
    color: #1f1f1f;
    font-family: Arial, Helvetica, sans-serif;
}

:root {
    --ggv-card-radius: 24px;
}

body {
    margin: 0;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

.clean-navbar .container,
.page-footer .container {
    width: min(100% - 2rem, 1200px);
}

.clean-navbar .navbar-brand.logo {
    margin-right: 1rem;
    white-space: nowrap;
    font-size: 1.25rem;
}

.clean-navbar .navbar-collapse {
    justify-content: flex-end;
}

.clean-navbar .navbar-nav {
    flex-wrap: nowrap;
    align-items: center;
}

.clean-navbar .nav-link {
    white-space: nowrap;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
    font-size: 0.88rem;
}

.ggv-shell {
    min-height: 100vh;
    background: #ffffff;
}

.ggv-main article {
    display: block;
}

.ggv-main {
    overflow-x: hidden;
}

.ggv-subpage {
    margin-top: 72px;
}

.ggv-hero {
    min-height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 112, 9, 0.33);
}

.ggv-hero .text {
    padding-top: 8.5rem;
}

.ggv-hero-logo {
    width: min(60%, 520px);
    display: inline-block;
}

.ggv-script {
    color: rgb(255, 96, 7);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(2.2rem, 4vw, 3rem);
}

.ggv-script--light {
    color: #ffffff;
}

.ggv-tagline {
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #ffffff;
    margin-top: 0.5rem;
}

.ggv-stars {
    margin: 0.75rem 0;
    color: #ffffff;
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
}

.ggv-stars--dark {
    color: #c8c8c8;
}

.ggv-special-copy {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.ggv-special-copy p {
    margin-bottom: 1.25rem;
}

.ggv-offer-band {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #635959;
}

.ggv-intro-light,
.ggv-light-copy,
.ggv-offer-title {
    color: #ffffff;
}

.ggv-offer-title {
    min-width: 200px;
    font-size: 36px;
}

.ggv-transparent-card {
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
}

.ggv-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.ggv-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: var(--ggv-card-radius);
}

.ggv-home-feature-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ggv-home-feature-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.ggv-home-feature-card .card-body {
    display: grid;
    align-content: start;
    min-height: 170px;
}

.ggv-home-feature-card,
.ggv-grill-card,
.ggv-buffet-card,
.ggv-offer-card,
.ggv-about-card {
    border-radius: var(--ggv-card-radius);
    overflow: hidden;
}

.ggv-grill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: stretch;
}

.ggv-grill-card-shell {
    display: flex;
}

.ggv-grill-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ggv-grill-card .card-body {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    min-height: 150px;
}

.ggv-grill-card--top .card-body {
    min-height: 120px;
}

.ggv-grill-card--bottom .card-body {
    min-height: 130px;
}

.ggv-grill-card-image {
    width: 100%;
    display: block;
    background: #f8f8f8;
    object-fit: cover;
}

.ggv-grill-card-image--top {
    height: 330px;
    object-position: center center;
}

.ggv-grill-card-image--bottom {
    height: 200px;
    object-position: center center;
}

.ggv-grill-card-image--contain {
    object-fit: contain;
    background: #ffffff;
    padding: 0.35rem;
}

.ggv-buffet-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
    align-items: stretch;
}

.ggv-buffet-card-shell {
    display: flex;
}

.ggv-buffet-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ggv-buffet-card-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.ggv-buffet-card .card-body {
    display: grid;
    align-content: start;
    min-height: 155px;
}

.ggv-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
}

.ggv-offer-heading p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ggv-offer-card-shell {
    display: flex;
}

.ggv-offer-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ggv-offer-card-image {
    width: 100%;
    display: block;
}

.ggv-offer-card-image--large {
    height: 310px;
    object-fit: cover;
}

.ggv-offer-card-image--small {
    height: 220px;
    object-fit: cover;
}

.ggv-offer-card--large .card-body {
    display: grid;
    align-content: start;
    min-height: 165px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.ggv-offer-card--small .card-body {
    display: grid;
    align-content: start;
    min-height: 195px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.ggv-offer-card .card-text {
    margin-bottom: 0.65rem;
    line-height: 1.45;
}

.ggv-reference-form {
    max-width: 640px;
    margin: 0 auto;
}

.ggv-contact-message {
    min-height: 180px;
}

.ggv-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ggv-about-heading p {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.ggv-about-shell {
    display: grid;
    gap: 1.75rem;
    background: #ffffff;
    padding: 1.75rem;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.ggv-about-copy {
    max-width: 880px;
    margin: 0 auto;
}

.ggv-about-copy p {
    margin-bottom: 1.15rem;
    line-height: 1.7;
}

.ggv-about-card {
    max-width: 760px;
    margin: 0 auto;
}

.ggv-about-card-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.ggv-auth-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.ggv-auth-shell--wide {
    max-width: 1180px;
    width: 100%;
}

.ggv-auth-shell--article-admin {
    max-width: 1360px;
}

.ggv-admin-container {
    width: min(100% - 2rem, 1720px);
    max-width: none;
}

.ggv-management-container {
    width: 100%;
    max-width: none;
}

.ggv-auth-shell .form-group {
    margin-bottom: 1rem;
}

.ggv-auth-shell .form-control[readonly] {
    background: #f7f7f7;
}

.ggv-auth-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.ggv-auth-alert {
    margin-top: 1rem;
}

.ggv-auth-meta {
    display: grid;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.ggv-auth-meta strong {
    display: inline-block;
    min-width: 120px;
}

.ggv-admin-grid {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 2rem;
}

.ggv-internal-layout {
    width: min(calc(100vw - 2rem), 1720px);
    margin-left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.clean-form .ggv-management-container > .block-heading {
    display: none;
}

.clean-block.clean-form .ggv-management-container .ggv-auth-shell form {
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 0;
    box-shadow: none;
    background: transparent;
}

.ggv-internal-layout > .ggv-auth-shell {
    max-width: none;
    width: 100%;
    margin: 0;
}

.ggv-internal-nav {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    position: sticky;
    top: 96px;
}

.ggv-internal-nav h4 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
}

.ggv-internal-nav-links {
    display: grid;
    gap: 0.6rem;
}

.ggv-internal-link {
    display: block;
    padding: 0.7rem 0.85rem;
    color: #444444;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.ggv-internal-link.active,
.ggv-internal-link:hover,
.ggv-internal-link:focus {
    border-color: #d97706;
    color: #d97706;
    background: #fff7ed;
    outline: none;
}

.ggv-internal-link-logout {
    margin-top: 1rem;
}

.ggv-internal-section {
    display: grid;
    gap: 0.45rem;
}

.ggv-internal-subnav {
    display: grid;
    gap: 0.45rem;
    padding-left: 1rem;
}

.ggv-internal-sublink {
    display: block;
    padding: 0.55rem 0.75rem;
    color: #666666;
    border-left: 3px solid #e5e5e5;
    background: transparent;
    font-size: 0.95rem;
}

.ggv-internal-sublink.active,
.ggv-internal-sublink:hover,
.ggv-internal-sublink:focus {
    color: #d97706;
    border-left-color: #d97706;
    background: #fff7ed;
    outline: none;
}

.ggv-user-list {
    display: grid;
    gap: 0.75rem;
}

.ggv-user-card {
    width: 100%;
    text-align: left;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    padding: 0.9rem 1rem;
    display: grid;
    gap: 0.2rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ggv-user-card:hover,
.ggv-user-card:focus {
    border-color: #d97706;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    outline: none;
}

.ggv-user-card-active {
    border-color: #d97706;
    box-shadow: 0 10px 24px rgba(217, 119, 6, 0.12);
}

.ggv-user-card span {
    color: #666666;
    font-size: 0.92rem;
}

.ggv-article-overview {
    display: grid;
    gap: 1rem;
}

.ggv-article-overview-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
}

.ggv-article-overview-count {
    color: #666666;
    font-size: 0.95rem;
}

.ggv-article-table-wrap {
    overflow-x: auto;
}

.ggv-article-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.ggv-article-table th,
.ggv-article-table td {
    padding: 0.9rem 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    text-align: left;
}

.ggv-article-table th {
    font-size: 0.88rem;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ggv-article-table--catalog th,
.ggv-article-table--catalog td {
    white-space: nowrap;
}

.ggv-article-table--catalog th:nth-child(2),
.ggv-article-table--catalog td:nth-child(2) {
    min-width: 320px;
}

.ggv-article-table--catalog th:nth-child(3),
.ggv-article-table--catalog td:nth-child(3) {
    min-width: 110px;
}

.ggv-article-table--catalog th:nth-child(4),
.ggv-article-table--catalog td:nth-child(4) {
    min-width: 110px;
}

.ggv-article-table--catalog th:nth-child(6),
.ggv-article-table--catalog td:nth-child(6) {
    min-width: 95px;
}

.ggv-request-table td {
    white-space: normal;
}

.ggv-request-message {
    min-width: 320px;
    line-height: 1.55;
}

.ggv-customer-overview-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ggv-customer-overview-head h4 {
    margin-bottom: 0.85rem;
}

.ggv-customer-search {
    width: min(360px, 100%);
}

.ggv-order-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.ggv-order-status-filter {
    width: min(280px, 100%);
}

.ggv-customer-table th,
.ggv-customer-table td {
    white-space: nowrap;
}

.ggv-customer-table th:nth-child(2),
.ggv-customer-table td:nth-child(2) {
    width: 90px;
    min-width: 90px;
    text-align: center;
}

.ggv-customer-table th:nth-child(3),
.ggv-customer-table td:nth-child(3) {
    min-width: 220px;
}

.ggv-customer-table th:nth-child(6),
.ggv-customer-table td:nth-child(6) {
    min-width: 260px;
}

.ggv-article-admin-table th,
.ggv-article-admin-table td {
    white-space: nowrap;
}

.ggv-article-admin-table th:nth-child(2),
.ggv-article-admin-table td:nth-child(2) {
    width: 90px;
    min-width: 90px;
    text-align: center;
}

.ggv-article-admin-table th:nth-child(3),
.ggv-article-admin-table td:nth-child(3) {
    min-width: 340px;
    white-space: normal;
}

.ggv-article-admin-table th:nth-child(5),
.ggv-article-admin-table td:nth-child(5),
.ggv-article-admin-table th:nth-child(7),
.ggv-article-admin-table td:nth-child(7) {
    text-align: right;
}

.ggv-order-table th,
.ggv-order-table td {
    white-space: nowrap;
}

.ggv-order-table th:nth-child(3),
.ggv-order-table td:nth-child(3) {
    min-width: 150px;
}

.ggv-order-table th:nth-child(2),
.ggv-order-table td:nth-child(2) {
    width: 90px;
    min-width: 90px;
    text-align: center;
}

.ggv-order-table th:nth-child(4),
.ggv-order-table td:nth-child(4) {
    min-width: 260px;
}

.ggv-order-table th:nth-child(5),
.ggv-order-table td:nth-child(5) {
    min-width: 210px;
}

.ggv-order-table th:nth-child(7),
.ggv-order-table td:nth-child(7),
.ggv-order-table th:nth-child(8),
.ggv-order-table td:nth-child(8) {
    text-align: right;
}

.ggv-customer-edit-link {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    color: #d97706;
}

.ggv-customer-edit-link:hover,
.ggv-customer-edit-link:focus {
    color: #b45309;
    outline: none;
}

.ggv-customer-edit-link svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ggv-icon-button {
    border: 0;
    background: transparent;
    padding: 0;
}

.ggv-icon-button:disabled {
    color: #b8b8b8;
    cursor: not-allowed;
}

.ggv-customer-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    cursor: pointer;
}

.ggv-customer-edit-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ggv-customer-edit-head h4 {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
}

.ggv-customer-edit-head span {
    color: #666666;
}

.ggv-customer-edit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem 1.4rem;
    align-items: start;
}

.ggv-customer-edit-column {
    display: grid;
    gap: 0.9rem;
    align-content: start;
    min-width: 0;
}

.ggv-internal-layout > .ggv-customer-edit-shell {
    max-width: none !important;
    width: 100%;
    margin: 0 !important;
    min-width: 0;
}

.ggv-customer-edit-section {
    padding-top: 0.85rem;
    margin-top: 0.75rem;
    border-top: 1px solid #e5e5e5;
    min-width: 0;
}

.ggv-customer-edit-section h5 {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

.ggv-customer-edit-section--full {
    grid-column: 1 / -1;
}

.ggv-customer-edit-section--note {
    grid-column: 1 / span 2;
}

.ggv-customer-edit-column .ggv-auth-actions {
    margin-top: 0;
}

.ggv-customer-edit-actions {
    grid-column: 1 / -1;
    margin-top: 0;
}

.ggv-field-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.65rem 0.75rem;
}

.ggv-field {
    min-width: 0;
    margin: 0;
}

.ggv-field label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.88rem;
}

.ggv-span-2 {
    grid-column: span 2;
}

.ggv-span-3 {
    grid-column: span 3;
}

.ggv-span-4 {
    grid-column: span 4;
}

.ggv-span-5 {
    grid-column: span 5;
}

.ggv-span-6 {
    grid-column: span 6;
}

.ggv-span-7 {
    grid-column: span 7;
}

.ggv-span-8 {
    grid-column: span 8;
}

.ggv-span-10 {
    grid-column: span 10;
}

.ggv-span-12 {
    grid-column: 1 / -1;
}

.ggv-customer-edit-section .form-control,
.ggv-customer-edit-section textarea {
    width: 100%;
    max-width: none;
    min-height: 34px;
    padding: 0.35rem 0.65rem;
    font-size: 0.9rem;
}

.ggv-field--checkbox {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding-top: 1.55rem;
    white-space: nowrap;
}

.ggv-field--checkbox .form-check-input {
    position: static;
    margin: 0;
    flex: 0 0 auto;
}

.ggv-field--checkbox label {
    margin: 0;
}

.ggv-customer-edit-section .ggv-customer-note {
    min-height: 160px;
    resize: vertical;
}

.ggv-order-edit-status {
    width: min(260px, 100%);
}

.ggv-order-edit-status label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.88rem;
}

.ggv-order-edit-section .ggv-order-small-note {
    min-height: 96px;
    resize: vertical;
}

.ggv-order-position-add {
    align-items: end;
    margin-bottom: 1rem;
}

.ggv-field-action {
    display: flex;
    align-items: end;
}

.ggv-field-action .btn {
    width: 100%;
    min-height: 34px;
}

.ggv-article-edit-section .ggv-article-description {
    min-height: 150px;
    resize: vertical;
}

.ggv-article-edit-preview {
    display: grid;
    place-items: center;
    min-height: 150px;
    border: 1px dashed #d7d7d7;
    background: #fafafa;
    color: #777777;
    overflow: hidden;
}

.ggv-article-edit-preview img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.ggv-order-position-table th,
.ggv-order-position-table td {
    white-space: nowrap;
}

.ggv-position-sort-cell {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.ggv-position-sort-actions {
    display: inline-flex;
    flex-direction: column;
    gap: 0.12rem;
}

.ggv-position-sort-button {
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.05rem;
    padding: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #d97706;
    line-height: 1;
}

.ggv-position-sort-button:hover,
.ggv-position-sort-button:focus {
    border-color: #d97706;
    outline: none;
}

.ggv-position-sort-button:disabled {
    color: #c7c7c7;
    border-color: #eeeeee;
    cursor: not-allowed;
}

.ggv-position-sort-button svg {
    width: 0.85rem;
    height: 0.85rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ggv-order-position-table th:nth-child(2),
.ggv-order-position-table td:nth-child(2) {
    min-width: 360px;
    white-space: normal;
}

.ggv-order-position-table th:nth-child(3),
.ggv-order-position-table td:nth-child(3),
.ggv-order-position-table th:nth-child(4),
.ggv-order-position-table td:nth-child(4),
.ggv-order-position-table th:nth-child(6),
.ggv-order-position-table td:nth-child(6),
.ggv-order-position-table th:nth-child(7),
.ggv-order-position-table td:nth-child(7) {
    text-align: right;
}

.ggv-table-actions-cell {
    min-width: 180px;
}

.ggv-table-actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.ggv-article-image-cell {
    width: 120px;
}

.ggv-article-thumb,
.ggv-overlay-image {
    display: block;
    width: 100%;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

.ggv-article-thumb {
    width: 96px;
    height: 72px;
}

.ggv-article-thumb-placeholder,
.ggv-overlay-image-placeholder {
    display: grid;
    place-items: center;
    color: #777777;
    background: #fafafa;
    border: 1px dashed #d7d7d7;
}

.ggv-article-thumb-placeholder {
    width: 96px;
    height: 72px;
    font-size: 0.8rem;
}

.ggv-article-subline {
    color: #666666;
    font-size: 0.88rem;
    margin-top: 0.25rem;
}

.ggv-article-subline--inline,
.ggv-article-title-line {
    white-space: nowrap;
}

.ggv-overlay-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 1100;
}

.ggv-overlay-panel {
    width: min(900px, 100%);
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    padding: 1.5rem;
}

.ggv-overlay-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ggv-overlay-header h4 {
    margin-bottom: 0.2rem;
}

.ggv-overlay-close {
    border: none;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    color: #666666;
    cursor: pointer;
}

.ggv-overlay-textarea {
    min-height: 180px;
}

.ggv-overlay-media {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.ggv-overlay-image {
    height: 165px;
}

.ggv-overlay-image-placeholder {
    width: 100%;
    height: 165px;
}

.ggv-overlay-media-meta {
    display: grid;
    gap: 0.45rem;
    color: #444444;
}

.ggv-overlay-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ggv-overlay-gallery-item {
    margin: 0;
    display: grid;
    gap: 0.55rem;
}

.ggv-overlay-gallery-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

.ggv-overlay-gallery-item figcaption {
    display: grid;
    gap: 0.2rem;
    font-size: 0.85rem;
    color: #666666;
}

.ggv-overlay-gallery-item strong {
    color: #1f1f1f;
    font-size: 0.9rem;
}

.ggv-role-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ggv-role-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dddddd;
    background: #fafafa;
    cursor: pointer;
}

.ggv-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.ggv-dashboard-card {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 1rem;
    display: grid;
    gap: 0.35rem;
}

.ggv-dashboard-card strong {
    font-size: 2rem;
    line-height: 1;
}

.ggv-dashboard-card span,
.ggv-dashboard-card small {
    color: #666666;
}

.ggv-admin-grid-single {
    grid-template-columns: 1fr 1fr;
}

.ggv-chart-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.ggv-chart-header h5 {
    margin-bottom: 0.35rem;
}

.ggv-chart-total {
    text-align: right;
}

.ggv-chart-total span {
    display: block;
    color: #666666;
    font-size: 0.92rem;
}

.ggv-chart-total strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.ggv-line-chart-shell {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 1rem;
}

.ggv-line-chart-layout {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.ggv-line-chart {
    width: 100%;
    height: auto;
    display: block;
}

.ggv-line-chart-body {
    min-width: 0;
}

.ggv-line-chart-grid {
    stroke: #dddddd;
    stroke-width: 1;
}

.ggv-line-chart-line {
    fill: none;
    stroke: #ff6007;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ggv-line-chart-point {
    fill: #ff6007;
}

.ggv-line-chart-scale {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    height: 250px;
    color: #666666;
    font-size: 0.85rem;
    text-align: right;
    padding-top: 0.25rem;
}

.ggv-line-chart-labels {
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.ggv-line-chart-label-item {
    text-align: center;
}

.ggv-line-chart-label-item strong {
    display: block;
    color: #1f1f1f;
    font-size: 0.9rem;
}

.ggv-line-chart-label-item span {
    display: block;
    color: #666666;
    font-size: 0.78rem;
}

.ggv-checkbox-shell {
    display: flex;
    align-items: center;
}

.footer-hotline {
    color: rgb(210, 209, 209);
}

.page-footer img {
    max-width: 100%;
    height: auto;
}

.card-title,
.card h4,
.card h1 {
    word-break: normal;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 1023.98px) {
    .clean-navbar .container,
    .page-footer .container {
        width: min(100% - 1.5rem, 100%);
    }

    .clean-navbar .navbar-brand.logo {
        font-size: 1.15rem;
    }

    .clean-navbar .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0.9rem;
        background: #ffffff;
        border: 1px solid #ececec;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }

    .clean-navbar .navbar-nav {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .clean-navbar .nav-item {
        width: 100%;
    }

    .clean-navbar .nav-link {
        display: block;
        width: 100%;
        padding: 0.35rem 0 !important;
    }

    .ggv-hero .text {
        padding-top: 9.5rem;
    }

    .ggv-hero {
        min-height: 480px;
    }

    .ggv-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .ggv-home-feature-image {
        height: 230px;
    }

    .ggv-home-feature-card .card-body {
        min-height: 185px;
    }

    .ggv-grill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ggv-buffet-grid {
        grid-template-columns: 1fr;
    }

    .ggv-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ggv-grill-card-image--top {
        height: 280px;
    }

    .ggv-grill-card-image--bottom {
        height: 210px;
    }

    .ggv-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ggv-auth-shell,
    .ggv-auth-shell--wide {
        max-width: 100%;
        padding: 1.75rem;
    }

    .ggv-admin-container {
        width: min(100% - 1.5rem, 100%);
    }

    .ggv-internal-layout,
    .ggv-admin-grid,
    .ggv-admin-grid-single {
        width: 100%;
        margin-left: 0;
        transform: none;
        grid-template-columns: 1fr;
    }

    .ggv-internal-nav {
        position: static;
    }

    .ggv-internal-nav-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .ggv-internal-section,
    .ggv-internal-link-logout {
        grid-column: 1 / -1;
    }

    .ggv-internal-subnav {
        padding-left: 0.35rem;
    }

    .ggv-article-table {
        min-width: 760px;
    }

    .ggv-article-table th,
    .ggv-article-table td {
        padding: 0.8rem 0.65rem;
    }

    .ggv-chart-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .ggv-chart-total {
        text-align: left;
    }

    .ggv-line-chart-layout {
        grid-template-columns: 1fr;
    }

    .ggv-line-chart-scale {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: none;
        height: auto;
        text-align: left;
        padding-top: 0;
    }

    .ggv-article-overview-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ggv-customer-edit-grid {
        grid-template-columns: 1fr;
    }

    .ggv-customer-edit-section--note {
        grid-column: auto;
    }

    .ggv-overlay-media {
        grid-template-columns: 1fr;
    }

    .ggv-overlay-panel {
        width: min(96vw, 900px);
        padding: 1.25rem;
    }

    .page-footer .row > div {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .clean-navbar .container,
    .page-footer .container {
        width: min(100% - 1rem, 100%);
    }

    .clean-navbar .navbar-brand.logo {
        font-size: 1.05rem;
    }

    .clean-navbar .navbar-collapse {
        padding: 0.65rem 0.8rem;
    }

    .ggv-subpage {
        margin-top: 66px;
    }

    .ggv-hero {
        min-height: 400px;
    }

    .ggv-hero .text {
        padding-top: 8rem;
    }

    .ggv-gallery-grid {
        grid-template-columns: 1fr;
    }

    .ggv-home-feature-image {
        height: 220px;
    }

    .ggv-home-feature-card .card-body {
        min-height: auto;
    }

    .ggv-grill-grid {
        grid-template-columns: 1fr;
    }

    .ggv-buffet-card-image {
        height: 230px;
    }

    .ggv-offer-grid {
        grid-template-columns: 1fr;
    }

    .ggv-offer-card-image--large,
    .ggv-offer-card-image--small {
        height: 230px;
    }

    .ggv-gallery-grid img {
        height: 240px;
    }

    .ggv-grill-card-image--top,
    .ggv-grill-card-image--bottom {
        height: 230px;
    }

    .ggv-auth-shell {
        padding: 1.25rem;
    }

    .ggv-admin-container {
        width: min(100% - 1rem, 100%);
    }

    .ggv-auth-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ggv-auth-actions .btn {
        width: 100%;
    }

    .ggv-internal-nav {
        padding: 1rem;
    }

    .ggv-internal-nav-links {
        grid-template-columns: 1fr;
    }

    .ggv-internal-subnav {
        padding-left: 0;
    }

    .ggv-customer-edit-head {
        flex-direction: column;
    }

    .ggv-field-grid {
        grid-template-columns: 1fr;
    }

    .ggv-field,
    .ggv-span-2,
    .ggv-span-3,
    .ggv-span-4,
    .ggv-span-5,
    .ggv-span-6,
    .ggv-span-7,
    .ggv-span-8,
    .ggv-span-10,
    .ggv-span-12 {
        grid-column: 1 / -1;
    }

    .ggv-field--checkbox {
        padding-top: 0;
    }

    .ggv-article-table {
        min-width: 680px;
    }

    .ggv-article-thumb,
    .ggv-article-thumb-placeholder {
        width: 80px;
        height: 60px;
    }

    .ggv-overlay-backdrop {
        padding: 0.75rem;
    }

    .ggv-overlay-panel {
        padding: 1rem;
    }

    .ggv-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .ggv-line-chart-label-item strong {
        font-size: 0.82rem;
    }

    .ggv-line-chart-label-item span {
        font-size: 0.72rem;
    }

    .page-footer {
        text-align: center;
    }

    .page-footer ul {
        padding-left: 0;
        list-style: none;
    }

    .footer-hotline {
        margin-bottom: 0;
    }
}
