.dest-featured-image {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.dest-featured-image .dest-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.dest-title {
    text-align: center;
    font-family: "Ubuntu", Sans-serif;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.dest-short-desc {
    font-size: 1.15rem;
    color: #4b5563;
    line-height: 1.7;
    font-style: italic;
    border-left: 3px solid #1a1a1a;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.dest-short-desc p {
    margin: 0;
}

.dest-description {
    font-size: 1rem;
    color: #374151;
    line-height: 1.9;
}

.dest-description p {
    margin-bottom: 1.5rem;
}

.dest-description h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2rem 0 1rem;
}

.dest-description h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.5rem 0 0.8rem;
}

.dest-description img {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.dest-description ul,
.dest-description ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.dest-description li {
    margin-bottom: 0.5rem;
}

.dest-description blockquote {
    border-left: 3px solid #1a1a1a;
    padding: 1rem 1.5rem;
    background: #f9fafb;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #4b5563;
    margin: 2rem 0;
}

@media ( max-width: 768px ) {
    .dest-title { font-size: 1.6rem; }
    .dest-featured-image,
    .dest-featured-image .dest-img { max-height: 260px; height: 260px; }
    .dest-short-desc { font-size: 1rem; }
}