/**
 * JustOnline Time Widget - CSS
 */

/* Time Widget */
.elementor-widget-justonline_time .gmt-time {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: transparent;
    text-align: center;
}

.elementor-widget-justonline_time .gmt-time-value {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 5px;
}

.elementor-widget-justonline_time .gmt-timezone {
    font-size: 0.9em;
    color: #666;
    margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-widget-justonline_time .gmt-time {
        width: 100%;
    }
}

/* Editor styles */
.elementor-editor-active .elementor-widget-justonline_time {
    min-height: 40px;
    display: block !important;
}

.elementor-editor-active .elementor-widget-justonline_time .gmt-time {
    display: block !important;
}
