/*
Theme Name: Init Press Child - Safe Layout (Title > Meta > Featured > Hook)
Template: init-press
Version: 1.2
*/
/* FIX logo bị crop do UIkit object-fit: cover + aspect-ratio */
.site-logo,
.uk-logo .site-logo {
  max-height: 60px;      /* bạn chỉnh tuỳ header */
  width: auto !important;
  height: auto !important;

  object-fit: contain !important;
  aspect-ratio: auto !important;
}


.uk-heading-small {
    font-size: 24px;
    line-height: 1.2;
}
.uk-text-lead {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #111;
}
.uk-margin-medium-bottom {
    margin-bottom: 15px !important;
}
.uk-breadcrumb {
    margin-bottom: 5px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 6px;
}
.uk-width-1-3\@s.uk-first-column {
    width: 100%;
}
.uk-section-small {
    padding-top: 10px;
    padding-bottom: 5px;
}
div#uk-slider-1 {
    margin-bottom: 15px;
}
.uk-margin.entry-image {
    text-align: center;
}
.format-standard .uk-article-title {
    font-size: 1.3rem;
}
.uk-card-body {
    display: flow-root;
    padding: 15px 15px;
}
/* Only minimal CSS if needed; mostly inherit parent */