#orologio-box {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 12px;
    
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    width: 100%;
    box-sizing: border-box;
}

.orologio-header {
    font-weight: bold;
    margin-bottom: 10px;
}

#clock {
    font-size: 22px;
    background: #e0e0e0;
    color: #333;
    padding: 8px;
    border-radius: 5px;
    display: block;
    width: 94%;
    text-align: center;
    margin-bottom: 10px;
}

#timezoneInput {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    margin-top: 5px;
}
