.azur-yacht-description,
.azur-features-container {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 40px;
}

.azur-yacht-description__title,
.features-title {
    color: #1a237e;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.25;
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.azur-yacht-description__body {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.azur-yacht-description__body p {
    margin: 0 0 1em;
}

.azur-yacht-description__body p:last-child {
    margin-bottom: 0;
}

.azur-yacht-description__excerpt {
    color: inherit;
}

.azur-yacht-description__toggle {
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #1a237e;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    margin: 18px 0 0;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.azur-yacht-description__toggle:hover,
.azur-yacht-description__toggle:focus {
    color: #ffb400;
    outline: none;
}

.azur-yacht-description-empty,
.azur-features-empty {
    color: #94a3b8;
    font-weight: 700;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(var(--azur-features-columns, 3), minmax(0, 1fr));
    gap: var(--azur-features-gap, 20px);
}

.feature-item {
    align-items: center;
    color: #475569;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    min-width: 0;
}

.feature-check {
    color: #2e7d32;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.feature-check--dot {
    font-size: 26px;
    line-height: 0.7;
}

.feature-text {
    color: inherit;
    overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(var(--azur-features-tablet-columns, 2), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .azur-yacht-description,
    .azur-features-container {
        border-radius: 4px;
        padding: 28px 22px;
    }

    .azur-yacht-description__title,
    .features-title {
        font-size: 22px;
        margin-bottom: 22px;
        padding-bottom: 16px;
    }

    .features-grid {
        grid-template-columns: repeat(var(--azur-features-mobile-columns, 1), minmax(0, 1fr));
    }
}


/* Azur v1.0.5.3: prevent Specs Strip from creating page-level horizontal scroll. */
body.single-azur_yacht .azur-specs-grid--specs_strip,
body.single-azur_yacht .azur-specs-grid[data-layout="specs_strip"],
body.single-azur_yacht .azur-single-native-specs-strip-widget .azur-specs-grid {
    overflow-x: clip;
    max-width: 100%;
}

body.single-azur_yacht .azur-single-native-specs-strip-widget .azur-spec-item {
    min-width: 0;
}

@media (max-width: 767px) {
    body.single-azur_yacht .azur-single-native-specs-strip-widget .azur-specs-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
