@import 'variables.css';

.top-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.spot-phrase-container,
.drop-phrase-container,
.gem-phrase-container {
    position: relative;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}

.tour-main-container,
.spot-main-container,
.drop-main-container,
.gem-main-container {
    position: relative;
    padding: 30px 20px;
}

.tour-summary-container,
.spot-summary-container,
.drop-summary-container,
.gem-summary-container {
    position: relative;
    margin-bottom: 20px;
}

.tour-secondary-image-container,
.spot-secondary-image-container,
.drop-secondary-image-container,
.gem-secondary-image-container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.tour-secondary-image-container .placeholder,
.spot-secondary-image-container .placeholder,
.drop-secondary-image-container .placeholder,
.gem-secondary-image-container .placeholder {
    background-image: url('/images/thumb-placeholder.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tour-tag-container,
.spot-tag-container,
.drop-tag-container,
.gem-tag-container {
    position: relative;
    margin-bottom: 20px;
}

.tour-detail-container,
.spot-detail-container,
.drop-detail-container,
.gem-detail-container {
    position: relative;
    margin-bottom: 20px;
}

.tour-map-container,
.spot-map-container,
.drop-map-container,
.gem-map-container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    background-color: #eee;
}

.drop-header,
.gem-header {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
