/*
Theme Name: Astra Child - Ensado
Template: astra
Version: 1.0
*/

.ensado-meta {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ensado-meta ul { display: inline; list-style: none; margin: 0; padding: 0; }
.ensado-meta li { display: inline; }
.ensado-meta a { color: #555; text-decoration: none; }
.ensado-meta .ensado-category a {
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ensado-meta .meta-sep { color: #ccc; }

/* Responsive YouTube iframe */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
