.yaka-cable-prices {
    margin-bottom: 30px;
}

.yaka-cable-prices h3 {
    color: #333;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.yaka-prices-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.yaka-prices-table th {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: right;
    border: 1px solid #dee2e6;
    font-weight: bold;
}

.yaka-prices-table td {
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    text-align: right;
}

.yaka-prices-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.yaka-prices-table tr:hover {
    background-color: #e9ecef;
}