/* Pro Matrix Tables */
.ks-pro-matrix-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #ffffff;
}
.ks-pro-matrix-table th {
    padding: 10px;
    border-bottom: 1px solid #374151;
    background: rgba(0,0,0,0.2);
    font-weight: bold;
}
.ks-pro-matrix-table td {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-right: 1px solid rgba(255,255,255,0.05);
}
.ks-pro-matrix-table td:last-child { border-right: none; }

/* Radio Button alignment */
.ks-pro-matrix-table input[type="radio"] { transform: scale(1.2); cursor: pointer; }

/* Select Dropdowns inside Table */
.ks-ev-month, .ks-ev-year {
    background: #111827;
    color: #ffffff;
    border: 1px solid #4b5563;
    padding: 6px;
    border-radius: 4px;
    outline: none;
    width: 100%;
}

/* Pro Lagna Trait Cards */
.ks-pro-lagna-card {
    background: #111827;
    border: 1px solid #374151;
    padding: 20px;
    border-radius: 8px;
}
.ks-pro-trait {
    margin-bottom: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 1.5;
}
.ks-pro-trait span {
    color: #9ca3af;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}