/*
    Document   : uz
    Description: Specific styles for Unternehmenszinssätze page.
*/

/* Interest rates specific styling */
#zinsen article {
    border-left: 5px solid #61B0FF;
}

#zinsen table th {
    text-align: center;
}

#zinsen table thead tr {
    background-color: #61B0FF;
    color: white;
}

#zinsen table tbody tr:nth-child(odd) {
    background-color: #def;
}

#zinsen table td {
    text-align: right;
}

#textToCopy {
    margin-bottom: 1rem;
    border: 1px solid #61B0FF;
}

/* Interactive rate cells */
.rate-cell {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.rate-cell:hover {
    background-color: #ffe58f !important;
}

.rate-cell.selected {
    background-color: #bae7ff !important;
    color: #0050b3;
    font-weight: bold;
}
