.burnout-locator-card {
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    border: 1px solid #333333;
}

.burnout-locator-img-wrapper {
    width: 100%;
    height: 200px;
}

.burnout-locator-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.burnout-locator-content {
    padding: 24px;
}

.widget-title-line {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
    color: #ffffff;
    text-transform: uppercase;
}

.widget-distance-line {
    font-size: 14px;
    font-weight: 600;
    color: #FF0000;
    margin: 0 0 12px;
}

.widget-address-line {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 24px;
}

.link-disabled-state {
    opacity: 1; /* Removed opacity */
}

.locator-btn-wrapper {
    margin-bottom: 16px;
}

.locator-main-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #FF0000;
    border: 2px solid #FF0000;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.locator-main-btn:hover {
    background-color: #FF0000;
    color: #ffffff;
}
