.easywatt-empleados-wrap {
    font-family: Roboto, Arial, sans-serif;
    color: #1F1F1F;
}

.easywatt-empleados-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 28px;
    margin: 20px 0;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.easywatt-empleados-title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 600;
    color: #1F1F1F;
}

.easywatt-empleados-muted {
    color: #666666;
}

.easywatt-empleados-button,
.easywatt-empleados-wrap .button-primary,
.easywatt-empleados-wrap input[type="submit"] {
    display: inline-block;
    background: linear-gradient(30deg, #FEBF5C 0%, #82D85C 100%);
    color: #ffffff !important;
    border: 0;
    padding: 12px 22px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    line-height: 1.2;
}

.easywatt-empleados-button.secondary {
    background: #1F1F1F;
}

.easywatt-empleados-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    background: #ffffff;
}

.easywatt-empleados-table th,
.easywatt-empleados-table td {
    border-bottom: 1px solid #eeeeee;
    padding: 13px 10px;
    text-align: left;
    vertical-align: middle;
}

.easywatt-empleados-table th {
    color: #1F1F1F;
    font-weight: 600;
    background: #F6F7F8;
}

.easywatt-empleados-table a {
    color: #2f8a3c;
    font-weight: 600;
}

.easywatt-empleados-form-row {
    margin-bottom: 16px;
}

.easywatt-empleados-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
}

.easywatt-empleados-form-row input[type="text"],
.easywatt-empleados-form-row input[type="file"],
.easywatt-empleados-form-row textarea,
.easywatt-empleados-form-row select {
    width: 100%;
    max-width: 650px;
    padding: 12px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}

.easywatt-empleados-alert {
    padding: 14px 18px;
    border-left: 4px solid #82D85C;
    background: #F6F7F8;
    margin: 15px 0;
}

.easywatt-empleados-danger {
    color: #b00020 !important;
}

.easywatt-empleados-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 8px;
}

.easywatt-empleados-category-filter a {
    display: inline-block;
    padding: 9px 14px;
    border: 1px solid #82D85C;
    color: #2f8a3c;
    text-decoration: none;
    font-weight: 600;
}

.easywatt-empleados-category-filter a.active {
    background: linear-gradient(30deg, #FEBF5C 0%, #82D85C 100%);
    color: #ffffff;
    border-color: transparent;
}

.easywatt-empleados-category-section {
    margin-top: 30px;
}

.easywatt-empleados-category-heading {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #1F1F1F;
}

@media (max-width: 768px) {
    .easywatt-empleados-table,
    .easywatt-empleados-table tbody,
    .easywatt-empleados-table tr,
    .easywatt-empleados-table td {
        display: block;
        width: 100%;
    }

    .easywatt-empleados-table thead {
        display: none;
    }

    .easywatt-empleados-table td {
        border-bottom: 0;
        padding: 8px 0;
    }

    .easywatt-empleados-table tr {
        border-bottom: 1px solid #eeeeee;
        padding: 12px 0;
    }
}
