ul.girls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 1200px;
}
ul.girls li{
    text-align: center;
    margin: 3px;
    border: 1px solid #000;
    width: 110px;
}
ul.girls dl, ul.girls dl.new {
    padding: 5px;
}
ul.girls dt {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}
ul.girls dd {
    font-size: 12px;
    line-height: 120%;
    margin-top: 2px;
    color: #000;
}
ul.girls dt a {
    text-decoration: none;
    color: #000;
}
ul.girls dt img{
    margin-bottom: 2px;
    width: 100px;
    height: 150px;
    object-fit: cover;
}
ul.girls dl.new{
    background: url(/wp-content/uploads/2025/07/icon_new.png) no-repeat bottom right;
}
ul.girls img.covid {
    width: 35px !important;
    height: auto !important;
    border: none !important;
    position: relative !important;
    top: -37px !important;
    left: -61px !important;
    margin: 0 0 -35px -35px !important;
}








