 @media only screen and (min-width: 0rem) {#boat-content {padding: var(--sectionPadding);background-color: #f7f7f7;position: relative;}#boat-content .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: flex-start;gap: 3rem;}#boat-content .cs-content {width: 100%;display: flex;flex-direction: column;align-items: flex-start;gap: 2rem;}#boat-content .cs-boat-info {width: 100%;display: flex;flex-direction: column;gap: 1rem;padding: 2rem;background-color: #fff;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}#boat-content .cs-title {font-size: 2rem;font-weight: 700;line-height: 1.2em;text-align: inherit;width: 100%;max-width: 100%;margin: 0;color: var(--headerColor);}#boat-content .cs-price {font-size: 2rem;font-weight: 700;color: var(--primary);margin: 0;}#boat-content .cs-status {display: flex;gap: 0.5rem;flex-wrap: wrap;}#boat-content .cs-date {font-size: 0.875rem;color: var(--bodyTextColor);opacity: 0.8;}#boat-content .boat-price {font-size: 1.5rem;font-weight: 700;color: var(--primary);margin: 0.5rem 0;}#boat-content .boat-status {display: flex;gap: 0.5rem;flex-wrap: wrap;margin: 0.5rem 0;}#boat-content .boat-date {font-size: 0.875rem;color: var(--bodyTextColor);opacity: 0.8;margin: 0.5rem 0;}#boat-content .boat-info-group {display: flex;flex-direction: column;gap: 0.5rem;margin: 1rem 0;}#boat-content .feature-price {display: block;font-size: 0.875rem;font-weight: 600;color: var(--primary);}#boat-content .cs-flex-group {width: 100%;max-width: 50rem;display: flex;flex-direction: column;align-items: flex-start;gap: 3rem;}#boat-content .cs-content-main {width: 100%;display: flex;flex-direction: column;align-items: flex-start;gap: 2rem;}#boat-content .cs-picture {width: 100%;height: 25rem;overflow: hidden;display: block;position: relative;}#boat-content .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#boat-content .cs-content-text {width: 100%;max-width: 100%;background-color: #fff;padding: 2rem;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}#boat-content .cs-content-text h1, #boat-content .cs-content-text h2, #boat-content .cs-content-text h3, #boat-content .cs-content-text h4, #boat-content .cs-content-text h5, #boat-content .cs-content-text h6 {font-weight: 700;margin: 0 0 1rem 0;color: var(--headerColor);}#boat-content .cs-content-text h1 {font-size: 2.5rem;margin-bottom: 2rem;}#boat-content .cs-content-text h2 {font-size: 2rem;margin-top: 2rem;}#boat-content .cs-content-text h3 {font-size: 1.5rem;color: var(--primary);}#boat-content .cs-content-text p {font-size: 1rem;line-height: 1.6em;margin: 0 0 1rem 0;color: var(--bodyTextColor);}#boat-content .cs-content-text ol, #boat-content .cs-content-text ul {padding-left: 1.5rem;margin: 0 0 2rem 0;color: var(--bodyTextColor);display: flex;flex-direction: column;gap: 1rem;}#boat-content .cs-content-text ol li, #boat-content .cs-content-text ul li {list-style: none;color: inherit;position: relative;}#boat-content .cs-content-text ul li:before {content: "•";position: absolute;left: -1rem;color: var(--primary);}#boat-content .cs-gallery-section {width: 100%;margin-top: 3rem;}#boat-content .cs-gallery-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 1.5rem;color: var(--headerColor);}#boat-content .cs-gallery {display: grid;grid-template-columns: 1fr;gap: clamp(1rem, 2vw, 1.25rem);width: 100%;}#boat-content .cs-gallery-item {position: relative;overflow: hidden;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}#boat-content .cs-gallery-item:hover {transform: translateY(-2px);}#boat-content .cs-gallery-item:hover .cs-gallery-picture img {transform: scale(1.05);}#boat-content .cs-gallery-picture {display: block;width: 100%;height: min(100vw, 400px);position: relative;overflow: hidden;}#boat-content .cs-gallery-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;transition: transform 0.3s ease;}.cs-button-group {width: 100%;display: flex;justify-content: space-between;}.cs-button-group .cs-button-solid {white-space: nowrap;}}@media only screen and (min-width: 48rem) {#boat-content {}#boat-content .cs-title {font-size: 3rem;}#boat-content .cs-price {font-size: 2.5rem;}#boat-content .cs-picture {height: 30rem;}#boat-content .cs-gallery {grid-template-columns: repeat(2, 1fr);gap: clamp(1rem, 2vw, 1.25rem);}#boat-content .cs-gallery-picture {height: 250px;}.cs-button-group {width: 100%;display: flex;justify-content: flex-start;gap: 1rem;}.cs-button-group .cs-button-solid {margin-right: 5rem;}}@media only screen and (min-width: 64rem) {#boat-content {}#boat-content .cs-flex-group {max-width: 80rem;}#boat-content .cs-picture {height: 35rem;}#boat-content .cs-gallery {grid-template-columns: repeat(3, 1fr);gap: clamp(1rem, 2vw, 1.25rem);}#boat-content .cs-gallery-picture {height: 200px;}}@media only screen and (min-width: 81.25rem) {#boat-content .cs-picture {height: 40rem;}}@media only screen and (min-width: 0rem) {.cs-gallery-section {width: 100%;margin-top: 3rem;padding: 2rem 0;background-color: #fff;}.cs-gallery-title {margin: 0 0 2rem 0;font-size: 1.5rem;line-height: 1.2em;font-weight: 700;color: var(--headerColor);text-align: center;}.cs-gallery {display: grid;grid-template-columns: 1fr;gap: clamp(1rem, 2vw, 1.25rem);width: 100%;max-width: none;}.cs-gallery-item {position: relative;display: block;overflow: hidden;background-color: #fff;box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);transition: all 0.3s ease;cursor: pointer;}.cs-gallery-item:hover:after {opacity: 1;}.cs-gallery-item:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);opacity: 0;transition: opacity 0.3s ease;z-index: 2;pointer-events: none;}.cs-gallery-picture {display: block;position: relative;width: 100%;height: min(100vw, 400px);overflow: hidden;background-color: #f0f0f0;}.cs-gallery-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;transition: transform 0.3s ease;}}@media only screen and (min-width: 30rem) {.cs-gallery {grid-template-columns: repeat(2, 1fr);gap: clamp(1rem, 2vw, 1.25rem);}.cs-gallery-picture {height: 11.25rem;}}@media only screen and (min-width: 48rem) {.cs-gallery-section {margin-top: 4rem;padding: 3rem 0;}.cs-gallery-title {font-size: 2rem;margin-bottom: 3rem;text-align: left;}.cs-gallery {grid-template-columns: repeat(3, 1fr);gap: clamp(1rem, 2vw, 1.25rem);}.cs-gallery-picture {height: 13.75rem;}}@media only screen and (min-width: 64rem) {.cs-gallery-section {margin-top: 5rem;padding: 4rem 0;}.cs-gallery {gap: clamp(1rem, 2vw, 1.25rem);}.cs-gallery-picture {height: 15rem;}}@media only screen and (min-width: 81.25rem) {.cs-gallery {gap: clamp(1rem, 2vw, 1.25rem);}.cs-gallery-picture {height: 16.25rem;}}@media only screen and (min-width: 0rem) {.cs-lightbox {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.9);z-index: 9999;display: none;justify-content: center;align-items: center;padding: 1.25rem;box-sizing: border-box;}.cs-lightbox.active {display: flex;z-index: 11111;}.cs-lightbox .cs-lightbox-image {max-width: 90%;max-height: 90%;object-fit: contain;}.cs-lightbox .cs-lightbox-close {position: absolute;top: 1.25rem;right: 1.25rem;width: 2.5rem;height: 2.5rem;background-color: rgba(255, 255, 255, 0.2);border: none;border-radius: 50%;color: white;font-size: 1.5rem;cursor: pointer;display: flex;justify-content: center;align-items: center;transition: background-color 0.3s ease;}.cs-lightbox .cs-lightbox-close:hover {background-color: rgba(255, 255, 255, 0.3);}.cs-lightbox .cs-lightbox-nav {position: absolute;top: 50%;transform: translateY(-50%);width: 3.125rem;height: 3.125rem;background-color: rgba(255, 255, 255, 0.2);border: none;border-radius: 50%;color: white;font-size: 1.5rem;cursor: pointer;display: flex;justify-content: center;align-items: center;transition: all 0.3s ease;}.cs-lightbox .cs-lightbox-nav:hover {background-color: rgba(255, 255, 255, 0.3);transform: translateY(-50%) scale(1.1);}.cs-lightbox .cs-lightbox-nav.prev {left: 1.25rem;}.cs-lightbox .cs-lightbox-nav.next {right: 1.25rem;}}@media only screen and (min-width: 0rem) {body.dark-mode .cs-gallery-section {background-color: var(--dark);}body.dark-mode .cs-gallery-section .cs-gallery-title {color: var(--bodyTextColorWhite);}body.dark-mode .boat-price, body.dark-mode .boat-status, body.dark-mode .feature-price {color: var(--bodyTextColorWhite);}body.dark-mode .cs-gallery-item {background-color: #2a2a2a;}body.dark-mode .cs-gallery-item:hover {box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);}body.dark-mode .cs-gallery-picture {background-color: #333333;}body.dark-mode .cs-gallery-picture:before {border-color: #444444;border-top-color: var(--primary);}}@media only screen and (min-width: 0rem) {.cs-gallery-picture img {width: 100%;height: auto;min-height: 100%;}}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {.cs-gallery-picture img {image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;}}