/*!
Theme Name: Nært & NYT
Theme URI: #
Author: Webmasteren
Author URI: #
Description: 
Version: 2.0.0
Tested up to: 8.3
Requires PHP: 7.1*/

/* Juster layoutet i .small-post */
.small-post .entry-content {
    font-size: 13px !important;
    display: flex !important; /* Brug flexbox til layout */
    flex-direction: column !important; /* Placer elementerne vertikalt */
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: 10px !important; /* Juster afstand fra billedet */
}

/* Sørg for at billede og titel er centreret korrekt */
.small-post .entry-header {
    margin-bottom: 15px !important; /* Afstand mellem billede og indhold */
}

.small-post .entry-title {
    font-size: 16px !important;
    margin: 0 !important;
    font-weight: bold !important;
    text-align: left !important; /* Sørg for at titlen er venstrestillet */
}

/* Justering af metadata (kategori og dato) */
.small-post .entry-meta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important; /* Afstand mellem kategori og dato */
}

.small-post .entry-meta li {
    font-size: 12px !important;
    color: #777 !important; /* Lidt lysere farve for metadata */
}

.small-post .entry-meta .badge {
    margin-right: 5px !important; /* Juster afstanden mellem badges */
}

/* For at få teksten om udgivelsesdatoen til at stå korrekt */
.small-post .entry-meta .text-muted {
    font-size: 12px !important;
    color: #888 !important; /* En lysere farve til udgivelsesdato */
}
.ad-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.g-single {
    width: auto !important;
}