.empt-widget-container {
    width: 100%;
    margin: 20px 0;
}

.empt-widget-container iframe {
    width: 100%;
    border: none;
    min-height: 400px;
    border-radius: 8px;
}

.empt-daily-widget,
.empt-weekly-widget,
.empt-table-widget {
    width: 100%;
    margin: 20px 0;
}

.empt-daily-widget iframe,
.empt-weekly-widget iframe,
.empt-table-widget iframe {
    width: 100%;
    border: none;
    border-radius: 8px;
}

.empt-loading {
    text-align: center;
    padding: 40px;
    color: #666;
}

.empt-error {
    background: #fef7f7;
    border-left: 4px solid #dc3232;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.empt-export-controls {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.empt-export-type {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    min-width: 200px;
}

.empt-date-input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.empt-export-btn {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.empt-export-btn:hover {
    background: #005a87;
}

@media (max-width: 768px) {
    .empt-widget-container iframe {
        min-height: 300px;
    }

    .empt-export-type,
    .empt-date-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .empt-export-controls label {
        display: block;
        margin-bottom: 10px;
    }
}
