/* DRIVER SINGLE PAGE */

.driver-hero img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
}

.driver-header {
    margin-top: 20px;
}

.driver-header h1 {
    font-size: 28px;
    font-weight: 700;
}

.driver-meta {
    margin-top: 8px;
    color: #666;
}

.driver-meta span {
    margin-right: 10px;
}

.driver-meta a {
    color: #339967;
    font-weight: 600;
}

.driver-separator {
    height: 3px;
    width: 60px;
    background: #339967;
    margin: 25px 0;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.driver-table {
    width: 100%;
}

.driver-table tr {
    border-bottom: 1px solid #eee;
}

.driver-table td {
    padding: 8px 0;
}

.driver-table td:first-child {
    font-weight: 600;
    width: 55%;
}

.driver-table td:last-child {
    text-align: right;
}