﻿/* courtB Logo Text */
.courtb-logo-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #009F47; /* ta-green-bg-2 */
    max-width: 120px;
    min-width: 120px;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    justify-content: flex-start;
}

    .courtb-logo-text:hover {
        color: #009F47; /* ta-green-bg-2 */
        text-decoration: none !important;
    }