#pc-awt-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    padding: 8px 14px;
    border-radius: 10px;
    margin-top: 10px;
    flex-wrap: nowrap;
    background: none !important;
    transition: none;
}

#pc-awt-widget:hover {
    background: none;
}

.pc-label,
.pc-time,
.pc-weather {
    white-space: nowrap;
}

.pc-label {
    font-weight: bold;
    font-size: 16px;
}

.pc-weather {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pc-weather img {
    height: 24px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #pc-awt-widget {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 13px;
    }

    .pc-label {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}
