/* ----------misc.---------- */
body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}
.pc {
    display: none !important;
}
.accordion,
.accordion-open {
    cursor: pointer;
}
.accordion-contents {
    display: none;
    padding: 0;
}
.hidden {
    display: none;
}
.visible {
    display: inline;
}
figure {
    width: 100%;
    margin: 0;
}
figure img {
    vertical-align: top;
    width: 100%;
}
main {
    background: #fff;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    overflow-x: hidden;
}
main a {
    color: #2C4398;
    cursor: pointer;
    text-decoration: underline;
}

main a:hover {
    color: #ff6600;
    /* text-decoration: none; */
}
/* ----------design---------- */
img {
    max-width: 100%;
    height: auto;
}
.yokohamacityoffice {
    color: #333;
    padding: 0 0 0 0;
}
.yokohamacityoffice .inner {
    margin: 0 auto 0 auto;
}
.yokohamacityoffice p {
    line-height: 1.8;
    font-size: 14px;
}
.yokohamacityoffice a {
    color: #2C4398;
}

.yokohamacityoffice a:hover {
    color: #ff6600;
}
.yokohamacityoffice #main_visual {
    background: url(../images/main_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 94.3vw;
    padding-top: 13.15vw;
}
.yokohamacityoffice #main_visual h1 {
    text-align: center;
    padding: 0 16px;
}
.yokohamacityoffice #main_visual img {
    margin: 0 0 0 0;
}
.yokohamacityoffice #nav {
    background: #3166B6;
    width: 100%;
}

.yokohamacityoffice #nav ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.yokohamacityoffice #nav li {
    width: 50%;
    display: flex;
    padding: 0;
    min-height: auto;
    box-sizing: border-box;
}
.yokohamacityoffice #nav a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 56px;
    text-decoration: none;
    min-height: auto;
    box-sizing: border-box;
    line-height: 1.2;
}
.yokohamacityoffice #nav li:nth-child(3) a,
.yokohamacityoffice #nav li:nth-child(4) a {
    min-height: auto;
    display: flex;
    align-items: center;
}
.yokohamacityoffice #nav li:last-child {
    border-bottom: none;
}

.yokohamacityoffice #nav li:hover {
    opacity: 0.8;
}
.yokohamacityoffice #nav li:nth-child(4) {
    background: url(../images/menu_icon4.png) no-repeat left 16px center;
    background-size: 24px 24px;
}

/* Added new border rules for 2x2 grid */
.yokohamacityoffice #nav li:nth-child(1),
.yokohamacityoffice #nav li:nth-child(2) {
    border-bottom: 1px solid #4280DF;
}
.yokohamacityoffice #nav li:nth-child(odd) { /* 1 and 3 */
    border-right: 1px solid #4280DF;
}

.yokohamacityoffice #nav span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}
.yokohamacityoffice #nav li:nth-child(1) {
    background: url(../images/menu_icon1.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
.yokohamacityoffice #nav li:nth-child(2) {
    background: url(../images/menu_icon2.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
.yokohamacityoffice #nav li:nth-child(3) {
    background: url(../images/menu_icon3.png) no-repeat left 16px center;
    background-size: 24px 24px;
}
.yokohamacityoffice #nav li:nth-child(4) {
    background: url(../images/menu_icon4.png) no-repeat left 16px center;
    background-size: 24px 24px;
}

/* SP adjustments for nav icons positioning */
.yokohamacityoffice #nav li {
    background-position: left 16px center !important;
}

#lead {
    margin: 24px 16px 24px 16px;
}
#lead .inner {
    justify-content: space-between;
    width: 100%;
}
#lead h2 {
    color: #11324E;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
#lead h2 strong {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 4px 0 0 0;
}
#lead p {
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 0 0 0;
}
#lead .note {
    margin: 16px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
}
#lead iframe {
    width: 100%;
    height: 60vw;
    margin: 16px 0 0 0;
}

/* Common panel style */
.panel {
    width: auto;
    padding: 24px 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

/* Common flex unit */
.flexunit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

/* Common CTA button style */
.cta_s a {
    display: inline-block;
    color: #FFF;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    padding: 12px 16px;
    background: #DD327E;
    margin: 24px auto 0 auto;
    box-sizing: border-box;
}

.cta_s span {
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    padding: 0 24px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px auto;
}

.cta_s span.external {
    background-image: url(../images/icon_external_light.png);
}

/* ---------- Parking Section (#parking) ---------- */
#parking {
    background: #EDF8FF;
    padding: 24px 0 16px;
}

#parking .inner {
    width: 100%;
    padding:0 16px;
    margin: 0;
    box-sizing: border-box;
}

/* Section Title Common Style */
#parking h2,
#camera-parking .section-header h2,
#services h2,
#dining-spots .section-header h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    box-sizing: border-box;
}

/* Section Title Icon Common Style */
#parking h2::before,
#camera-parking .section-header h2::before,
#services h2::before,
#dining-spots .section-header h2::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #3166b6;
    border-radius: 6px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    flex-shrink: 0;
}

/* Specific Icons for Section Titles */
#parking h2::before { background-image: url(../images/menu_icon1.png); }
#camera-parking .section-header h2::before { background-image: url(../images/menu_icon2.png); }
#services h2::before { background-image: url(../images/menu_icon3.png); }
#dining-spots .section-header h2::before { background-image: url(../images/menu_icon4.png); }

/* Page Links (Top and Bottom) */
.page-link {
    box-sizing: border-box;
}
.page-link ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 16px 0;
    gap: 12px;
}

.page-link li {
    width: calc(50% - 6px);
}

.page-link a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 16px 16px 16px 42px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #2c4398;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    box-sizing: border-box;
}

.page-link a::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../images/arrow_down.png) no-repeat center center / 12px auto;
}

.page-link-bottom {
    margin: 24px 16px;
}
.page-link-bottom a::before {
    background-image: url(../images/arrow_up.png);
}

.page-link a:hover {
    color: #ff6600;
}

/* Parking Area Sections (.wangan-area-section) */
.wangan-area-section {
    /* Inherits .panel styles, width adjusted above */
    margin-top: 24px;
    margin-bottom: 24px;
}

.wangan-area-inner {
    width: auto;
    margin: 0;
}

.wangan-area-header {
    margin-bottom: 24px;
}

.wangan-area-header .wangan-area-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    padding-bottom: 12px;
    border-bottom: 3px solid #3166B6;
    margin-bottom: 16px;
}

.wangan-area-description {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.7;
}

.wangan-area-map-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.wangan-map-placeholder {
    width: 100%;
    height: auto;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

.wangan-map-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

.wangan-parking-list {
    width: 100%;
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.wangan-parking-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.wangan-parking-list li:last-child {
    margin-bottom: 0;
}

.wangan-parking-list a {
    font-size: 14px;
    font-weight: 300;
    color: #2C4398;
    text-decoration: none;
    line-height: 1.4;
    position: relative;
    top: 2px;
}

.wangan-parking-list a .parking-name {
    color: #2C4398;
    text-decoration: underline;
}

.wangan-parking-list a:hover .parking-name {
    color: #ff6600;
    text-decoration: underline;
}

.wangan-parking-list .map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #2C4398;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    border-radius: 50%;
    text-decoration: none;
    flex-shrink: 0;
}

.wangan-parking-cards-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.wangan-parking-cards-row:last-child {
    margin-bottom: 0;
}

.parking-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}

/* Remove bottom border and padding from the last card in ANY row to avoid double lines/spacing */
/* .wangan-parking-cards-row .parking-card:last-child {
    padding-bottom: 0;
    border-bottom: none;
} */

/* 各エリアセクションの最後の行の最後のカードの下線を消す */
.wangan-area-section .wangan-parking-cards-row:last-child .parking-card:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* New styles for the top section */
.parking-card-top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.parking-card-image-tags {
    width: 100%;
    flex-shrink: 0;
}

.parking-card-image-placeholder {
    background-color: #d9d9d9;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    flex-shrink: 0;
}

.parking-card-image-placeholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* New container for name and tags */
/*
.parking-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}
*/

/* Adjust h3 style (moved from details) */
/*
.parking-card-info h3 {
    margin: 0;
    padding: 0;
}
*/

.parking-card-details {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

/* Add back h3 styles targeting the correct element within details */
.parking-card-details h3 {
    margin: 0 0 8px 0;
    padding: 0;
}

.parking-card-details h3 a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #2C4398;
    text-decoration: none;
    line-height: 1.3;
}

.parking-card-details h3 a:hover {
    color: #ff6600;
    text-decoration: none;
}

.parking-card-details h3 .map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #2C4398;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    flex-shrink: 0;
}

.parking-card-tags {
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* flex-grow: 1; */
    flex-wrap: wrap;
    align-content: flex-start;
}

.parking-card-tags .tag {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    line-height: 1.2;
}

.parking-card-tags .tag-pricing {
    width: 100%;
    text-align: center;
    background-color: #FFF2F2;
    color: #E92525;
    margin:8px 0 0 0;
}

.parking-card-tags .tag-capacity {
    width: 100%;
    text-align: center;
    background-color: #F1F8FF;
    color: #0048CE;
}

.parking-card-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.parking-card-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    flex-grow: 1;
    min-width: 120px;
    text-align: center;
    color: #2C4398;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.parking-card-buttons .btn-movie {
    background-color: #fff;
    color: #333;
    border: 1px solid #2C4398;
    box-shadow: none;
    cursor: default;
}

.parking-card-buttons .btn-movie::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_movie.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 4px;
}

.parking-card-buttons .btn-cam {
    background-color: #ffffff;
    color: #2C4398;
    border: 1px solid transparent;
    box-shadow: none;
    text-decoration: underline;
}

.parking-card-buttons .btn-cam::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_cam.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 4px;
}

.parking-card-details p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Camera Parking Section (#camera-parking) ---------- */
#camera-parking {
    background-color: #cdecff;
    padding: 24px 0 ;
}

#camera-parking .inner {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#camera-parking .section-header {
    margin-bottom: 16px;
    padding: 0 16px;
    box-sizing: border-box;
}

#camera-parking .section-header h2 {
    /* Uses common section title style */
    margin-bottom: 16px;
}

#camera-parking .section-header h2::before {
    /* Uses common section title icon style & specific icon */
}

#camera-parking .section-header p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.7;
    margin: 0;
}

#camera-parking .panel-camera {
    /* Inherits .panel styles, width adjusted above */
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 16px 0;
}

/* Subsection Title */
.section-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    padding-bottom: 12px;
    border-bottom: 3px solid #3166B6;
    margin-bottom: 24px;
}

/* Camera Steps */
.camera-steps-section {
    /* Container */
}

.camera-steps-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.camera-step {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}

.camera-step-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.camera-step-header .step-number {
    display: inline-block;
    background-color: #3166B6;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px 4px 8px;
    border-radius: 4px;
    line-height: 1;
}

.camera-step-header .step-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    border-left: none;
}

.camera-step-image {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera-step-image img {
    width: 100%;
    object-fit: contain;
}

.camera-step p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* カメラステップ内のリンクスタイル統一 */
.camera-step p a,
.camera-step p a.internal-link {
    color: #2C4398;
    text-decoration: underline;
    font-weight: bold;
}

.camera-step p a.internal-link { /* アイコン付きリンク固有のスタイル */
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1;
    margin-top: 8px;
}

.camera-step p a:hover,
.camera-step p a.internal-link:hover {
    text-decoration: underline;
    color: #ff6600;
}

.camera-step p a.internal-link::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2C4398;
    margin-right: 6px;
    line-height: 0;
}

/* HOVER時のアイコンの色変更指定は削除
.camera-step p a.internal-link:hover::before {
    border-left-color: #ff6600; 
}
*/

.camera-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    transform: rotate(90deg);
}

.camera-step-arrow img {
    width: 13px;
    height: auto;
    flex-shrink: 0;
}

/* Camera Discount */


.camera-discount-box {
    border: 2px solid #dddddd;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Discount Info Text + Image */
.discount-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.discount-info-text {
    flex-grow: 1;
    width: 100%;
}

.discount-info-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    margin: 0 0 8px 0;
    border:none;
    padding:0;
}

.discount-info-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 8px 0 0 0;
}

.discount-info-image {
    width: 100%;
    max-width: 180px;
    flex-shrink: 0;
    margin: 0 auto;
}

.discount-info-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Discount Parking Table */
.discount-parking-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
    border: 1px solid #ddddddcc;
    font-size: 12px;
}

.discount-parking-table tbody tr:last-child td {
    border-bottom: none;
}

.discount-parking-table td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
}

.discount-parking-table td.area-name {
    width: 80px;
    background-color: #f8f8f8;
    font-weight: normal;
    text-align: left;
    border-left: none;
    vertical-align: middle;
}

.discount-parking-table td.parking-list-cell {
    padding: 8px;
}

.parking-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px 8px;
}

.parking-sublist li {
    margin: 0;
    padding: 2px 0;
}

.parking-sublist a {
    color: #2C4398;
    text-decoration: underline;
    font-size: 12px;
}

.parking-sublist a:hover {
    text-decoration: none;
    color: #ff6600;
}

/* Camera Video */
.camera-video-section {
    margin-top: 16px;
}

.camera-video-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.camera-video-placeholder {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

.camera-video-placeholder iframe, /* Style iframe if used */
.camera-video-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camera-video-container p {
    text-align: left;
    margin: 0;
}

.camera-video-container .external-link {
    font-size: 14px;
    font-weight: bold;
    color: #2C4398;
    text-decoration: underline;
    display: inline;
    align-items: center;
    gap: 4px;
}

.camera-video-container .external-link:hover {
    color: #ff6600;
}

/* Add bullet icon before the link */
.camera-video-container .external-link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 4px left 0;
    flex-shrink: 0;
}

.camera-video-container .external-link::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    /* margin-left: 5px; Replaced by gap */
    background: url('../images/icon_external_dark.png') no-repeat center center;
    background-size: 16px 16px;
    background-position: top 6px left 4px;
    flex-shrink: 0;
}

/* Moved Camera Video External Link */
.camera-video-external-link-bottom {
    text-align: center;
    /* margin-top: 24px; */
    /* padding: 0 16px; */
    font-size: 14px;
}

/* Inherit .external-link styles from .camera-video-container for the moved link */
.camera-video-external-link-bottom .external-link {
    font-size: 14px;
    font-weight: bold;
    color: #2C4398;
    text-decoration: underline;
    display: inline;
    line-height: 1.6;
}

.camera-video-external-link-bottom .external-link .link-icon-before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
    vertical-align: middle;
}

.camera-video-external-link-bottom .external-link .link-icon-after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/icon_external_dark.png') no-repeat center center;
    background-size: 14px 14px;
    margin-left: 4px;
    vertical-align: middle;
}

.camera-video-external-link-bottom .external-link:hover {
    color: #ff6600;
}

/* Remove old ::before and ::after styles */
.camera-video-external-link-bottom .external-link::before,
.camera-video-external-link-bottom .external-link::after {
    content: none;
    display: none;
}

/* ---------- Services Section (#services) ---------- */
#services {
    background: #edf8ff;
    padding: 24px 16px;
}

#services .inner {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#services h2 {
    box-sizing: border-box;
}
#services h2::before {
    /* Uses common section title icon style & specific icon */
}

#services .panel {
    /* Inherits .panel styles, width adjusted above */
    padding: 16px 16px;
    margin: 24px 0 0 0;
}

/* Business Card Section */
h3#business { /* Specific style for the heading */
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding: 0 0 12px 0;
    border-bottom: 3px solid #3166B6;
    background: none;
    border-radius: 0;
    margin-bottom: 24px;
}

/* Flex container specifically after h3#business */
#services #business + .flexunit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 0;
}

#services .flexunit .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#services .flexunit .text p {
    margin: 0 0 16px 0;
    line-height: 1.7;
    font-size: 14px;
}

#services .flexunit .image {
    width: 100%;
    margin: 0 auto;
    flex-shrink: 0;
}

#services .flexunit .image img {
    display: block;
}

/* Button specific to #services section */
#services .cta_s {
    width: 100%;
    text-align: center;
}
#services .cta_s a {
    padding: 12px 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #2C4398;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto;
}

#services .cta_s a:hover {
    opacity: 0.8;
}

#services .cta_s a .icon-external-white { /* Icon inside the button */
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_external_light.png) no-repeat top 4px center;
    background-size: 12px auto;
    flex-shrink: 0;
}

/* ---------- Dining Spots Section (#dining-spots) ---------- */
#dining-spots {
    background-color: #cdecff;
    padding: 32px 0 16px;
}

#dining-spots .inner {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#dining-spots .section-header {
    margin-bottom: 16px;
    padding: 0 16px;
    box-sizing: border-box;
}

#dining-spots .section-header h2 {
    /* Uses common section title style */
    margin-bottom: 16px;
}
#dining-spots .section-header h2::before {
     /* Uses common section title icon style & specific icon */
}

#dining-spots .section-header p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.7;
    margin: 0;
}

#dining-spots .panel-dining {
    /* Inherits .panel styles, width adjusted above */
    padding: 24px 16px;
    margin: 24px 16px;
}

.dining-cards-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.dining-cards-row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
}

.dining-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dining-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dining-card-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_spot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.dining-card-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    margin: 0;
}

.dining-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.dining-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dining-card-details p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Description Text (Bottom) ---------- */
.discription_text_wrap {
    background: #f3f1e4;
    padding: 24px 16px;
}

.discription_text {
    border: solid 1px #c0c1af;
    font-size: 13px;
    margin: auto;
    padding: 16px;
    line-height: 1.8;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}