.bad-credit-financing {
    padding: 40px 0;
}

.bad-credit-financing h1,
.bad-credit-financing h2,
.bad-credit-financing h3 {
    color: white;
    margin-bottom: 20px;
}

.bad-credit-financing .uk-article {
    color: white;
}

.bad-credit-financing .uk-article p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.bad-credit-financing .uk-article a {
    color: #e01d48;
    text-decoration: none;
}

.bad-credit-financing .uk-article a:hover {
    text-decoration: underline;
}

.bad-credit-financing .uk-button {
    background-color: #e01d48;
    color: white !important;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.bad-credit-financing .uk-button:hover {
    background-color: #c01838;
    color: white;
    text-decoration: none;
}

.bad-credit-financing .hours {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    color: white;
    margin-bottom: 20px;
}

.bad-credit-financing .hours-day {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.bad-credit-financing .map iframe {
    width: 100%;
    min-height: 300px;
    border-radius: 5px;
}

.bad-credit-financing .row {
    justify-content: center;
}
