/* Refined destination-card title panel. */
.front-destinations .destinations-wrapper .destination-item,
.front-destinations-category .destinations-wrapper .destination-item {
    background: #fff;
    border-color: #dceef6;
}

.front-destinations .destinations-wrapper .destination-item .destination-thumb,
.front-destinations-category .destinations-wrapper .destination-item .destination-thumb {
    overflow: hidden;
}

.front-destinations .destinations-wrapper .destination-title-overlay,
.front-destinations-category .destinations-wrapper .destination-title-overlay {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 10px 16px;
    color: #0c156c;
    background: #fff;
    border-radius: 0 0 6px 0;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .18);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1.25;
    text-transform: uppercase;
}

.front-destinations .destinations-wrapper .destination-title-overlay a,
.front-destinations-category .destinations-wrapper .destination-title-overlay a {
    color: inherit;
    transition: color .25s ease;
}

.front-destinations .destinations-wrapper .destination-item:hover .destination-title-overlay a,
.front-destinations-category .destinations-wrapper .destination-item:hover .destination-title-overlay a {
    color: #0077b6;
}

.front-destinations .destinations-wrapper .destination-item .destination-details,
.front-destinations-category .destinations-wrapper .destination-item .destination-details {
    background: #fff;
}
