.pto-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 8px;
    flex-shrink: 0;
}

.pto-icon i {
    font-size: 18px;
    color: #ffffff;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.status-pending {
    background-color: #fef3c7;
    color: #92400e;
}

.status-approved {
    background-color: #d1fae5;
    color: #065f46;
}

.status-denied {
    background-color: #fee2e2;
    color: #991b1b;
}

.status-default {
    background-color: #f1f5f9;
    color: #475569;
}
