<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single-ships .section-breadcrumbs .breadcrumbs span {
    color: var(--white);
 }

.single-ships .ship-image {
    overflow: hidden;
    text-align: center;
}

.single-ships .ship-image img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.single-ships .cabin-type-grid {
    display: block;
}

.single-ships .single-type {
    margin: 0 12px;
}

.single-ships button.slick-prev:before,
.single-ships button.slick-next:before {
    content: '\f078';
    font-family: "FontAwesome";
    width: 32px;
    height: 32px;
    background: var(--white);
    border-radius: 50%;
    color: var(--ca-black-light);
    font-weight: 800;
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    rotate: 90deg;
}

.single-ships button.slick-next:before {
    rotate: -90deg;
}

.single-ships .cabin-type-grid button.slick-prev,
.single-ships .cabin-type-grid button.slick-next {
    top: -40px;
    left: unset;
}

.single-ships .cabin-type-grid button.slick-prev {
    right: 70px;
}

.single-ships .cabin-type-grid button.slick-prev:before,
.single-ships .cabin-type-grid button.slick-next:before {
    width: 40px;
    height: 40px;
    border: 1px solid var(--ca-grey-5);
    transition: background-color 0.3s;
}

.single-ships .cabin-type-grid button.slick-prev:hover,
.single-ships .cabin-type-grid button.slick-next:hover {
    opacity: 1;
}

.single-ships .cabin-type-grid button.slick-prev:hover:before,
.single-ships .cabin-type-grid button.slick-next:hover:before {
    background-color: var(--ca-grey-5);
    border-color: var(--ca-grey);
}

.single-ships .footer-newsletter.newsletter-block {
    margin: 80px 0 0 0;
}
@media (max-width: 920px) {
    .single-ships .tabs {
        flex-direction: column;
    }

    .single-ships .tabs .active {
        border-bottom: 1px solid var(--ca-grey-3);
    }

    .single-ships .tabs a {
        border-radius: 12px;
    }

    .single-ships .tab-container {
        margin: 10px 0 0 0;
        border-top-left-radius: 12px;
    }
}</pre></body></html>