.au-cta-button:not(.au-book-test-drive-cta),
.au-cta-button .auws-button {
    border-radius: var(--radius-sm) !important;
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: calc(var(--spacing) * 3) !important;
    font-size: var(--text-sm) !important;
    font-weight: var(--font-weight-medium) !important;
    color: white;
    background-color: var(--color-primary) !important;
    margin-top: 12px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    display: flex !important;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.au-cta-button:not(.au-book-test-drive-cta):hover,
.au-cta-button .auws-button:hover {
    background-color: var(--color-primary-dark) !important;
}


.au-trade-in-calculator-cta::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 2h18v2H3zm0 18h18v2H3zM3 4h2v16H3zm16 0h2v16h-2zM7 6h10v4H7zm0 6h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 4h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z'/%3E%3C/svg%3E");
}

.au-book-test-drive-cta .auws-button::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10s10-4.49 10-10S17.51 2 12 2m0 2c3.71 0 6.82 2.54 7.73 5.97l-4.01-.5c-2.47-.31-4.97-.31-7.44 0l-4.01.5C5.17 6.54 8.29 4 12 4m1.5 8c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5M4 12l1.67.28c2.58.43 4.58 2.48 4.95 5.07l.37 2.58C7.06 19.43 4 16.07 4 12m9.01 7.93l.37-2.58a5.995 5.995 0 0 1 4.95-5.07L20 12c0 4.07-3.05 7.43-6.99 7.93' class='b'/%3E%3C/svg%3E");
}
