/*
 Theme Name:   Twenty Sixteen Child - aMuz BIP
 Theme URI:    https://amuz.gda.pl
 Description:  Motyw potomny Twenty Sixteen z modyfikacjami strony BIP (tabele metadanych dla page.php i single.php)
 Author:       aMuz Gdańsk
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twentysixteen-child
*/
dl.bip-meta {
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 0;
}

dl.bip-meta dt,
dl.bip-meta dd {
    font-weight: 400;
    margin: 0;
    padding: 0.75em 1em;
    border-bottom: 1px solid #d1d1d1;
}

dl.bip-meta dd {
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
    dl.bip-meta {
        grid-template-columns: 1fr;
    }

    dl.bip-meta dt {
        border-bottom: none;
        padding-bottom: 0.25em;
    }

    dl.bip-meta dd {
        padding-top: 0;
        padding-bottom: 0.75em;
    }
}