#wpdc-timer {
    display: flex;
    justify-content: center;
    background: transparent;
    padding-top: 10px;
    gap: 10px;
}

.wpdc-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    flex-wrap: wrap;
    justify-content: center;
}

.wpdc-box span {
    display: inline-block;
    margin: 2px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    text-align: center;
    border-radius: 3px;
    padding: 3px 10px;
}

.wpdc-box small {
    margin-top: 0px;
    font-size: 13px;
    color: white;
    font-weight: 500;
}
