.page-tour-view .dynamic-pages-wrapper ul li:before {
    background: #333;
}

.page-tour-view .yacht-accordion .accordion-item.expanded .accordion-item-header {
    border-color: #D3D3D3;
    color: #333;
    border-width: 1px;
}

.page-tour-view .yacht-accordion .accordion-item.expanded .accordion-item-header .arrow {
    background-color: #f0592b;
    border-color: #f0592b;
}

.page-tour-view .yacht-accordion .accordion-item-header .arrow {
    background-image: url(/images/tour/arrow_orange.png);
}

.page-tour-view .yacht-wrap-port-location {
    gap: 5px;
}

.page-tour-view .yacht-wrap-port-location span {
    display: inline-flex;
    align-items: center;
    color: #f0592b;
}

.page-tour-view .yacht-wrap-port-location img {
    margin-right: 5px;
}

.page-tour-view .yacht-wrap-port-location a {
    color: inherit;
}

.page-tour-view .yacht-wrap-port-location:before {
    background-image: url(/images/tour/svg-gobbler.svg);
}

.page-tour-view .field-ages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.page-tour-view .yacht-view-rent-btn:not(:disabled) {
    background-color: #f0592b;
}

.page-tour-view .yacht-view-link {
    color: #f0592b;
    text-decoration: underline;
}

.page-tour-view .party .yacht-view-link {
    color: #333333;
    text-decoration: none;
}

.page-tour-view .gathering-place-warning {
    font-size: 14px;
    color: #cf5919;
    margin-bottom: 15px;
}

.page-tour-view .gathering-place-warning a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

.page-tour-view .checkbox-wrap label:before {
    top: 0;
}

.page-tour-view .checkbox-wrap input:checked + label:before {
    border-color: #c5c5c5;
}

.page-tour-view .concert-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-tour-view .concert-link:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
}

.page-tour-view .concert-link.concert:before {
    background: url(/images/tour/microphone.svg) center no-repeat;
}

.page-tour-view .concert-link.party:before {
    background: url(/images/tour/disco-party.svg) center no-repeat;
}

.page-tour-view .yacht-view-selection .info-label {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.page-tour-view .yacht-view-services .checkbox-wrap input:checked + label:before {
    background-image: url(/images/tour/check.svg);
}

.page-tour-view .yacht-wrap-item__actions > *:hover {
    color: #f0592b;
}

.page-tour-view .yacht-wrap-item__actions .video:hover:before {
    background-color: #f0592b;
}

@media (min-width: 768px) {
    .page-tour-view .yacht-view-services .yacht-view-service {
        grid-template-columns: 2fr 1fr 120px;
    }
}