/* InfoAlpin – Single Traseu CSS */
.iat-single-wrap { max-width: 100%; }
.iat-single-wrap img { max-width: 100%; height: auto; }

/* Responsive grids in content */
@media (max-width: 640px) {
    .iat-single-wrap [style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
    .iat-single-wrap [style*="grid-template-columns:repeat(auto-fit"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .iat-single-wrap [style*="font-size:80px"],
    .iat-single-wrap [style*="font-size:88px"] {
        font-size: 52px !important;
    }
}

/* Featured image pe single */
.single-traseu_montan .post-thumbnail {
    margin-bottom: 1.5rem;
    border-radius: 14px;
    overflow: hidden;
    max-height: 400px;
}
.single-traseu_montan .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Entry title */
.single-traseu_montan .entry-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
