.custom-alert {
    padding: 15px 20px;
    border-radius: 6px;
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.custom-alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.custom-alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.custom-alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#tire-quote-container th {
    text-align: left;
}

#tire-quote-container th {
    text-align: left;
}

#tire-quote-container table td, table th {
    padding: 9px;
}

.store-card-appointment{
    display:flex;
    gap:20px;
    align-items:center;
    max-width:1200px;
    margin:0 auto;
    margin-bottom: 20px;
}

/* left image */
.store-image{
    flex: 0 0 55%;
    min-width: 300px;
}
.store-image img{
    width:100%;
    height: auto;
    border-radius:6px;
    display:block;
    object-fit:cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.cta-row{
    display:flex;
    align-items:center;
    gap:24px;
}

/* Responsive */
@media (max-width:880px){
    .store-card-appointment{
        flex-direction:column;
        gap:18px;
        padding: 0 16px;
    }
    .store-image{ order: -1; width:100%; flex:0 0 auto; }

    .top-row{ flex-direction:column; align-items:flex-start; gap:12px; }
}
