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

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

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

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

.no-credit-financing .uk-article ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}

.no-credit-financing .uk-article ul li {
    margin-bottom: 15px;
    line-height: 1.6;
}

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

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

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

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

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

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

.no-credit-financing .financing-buttons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
}

.no-credit-financing .financing-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FC0606;
    border: none;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
}

.no-credit-financing .financing-btn.prev {
    padding: 10px 20px 10px 12px;
}

.no-credit-financing .financing-btn.next {
    padding: 10px 12px 10px 20px;
}

.no-credit-financing .financing-btn .btn-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.no-credit-financing .financing-btn .btn-icon::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: black;
}

.no-credit-financing .financing-btn.prev .btn-icon::after {
    clip-path: polygon(30% 0%, 10% 50%, 30% 100%, 30% 100%, 70% 50%, 30% 0%);
    transform: rotate(180deg);
}

.no-credit-financing .financing-btn.next .btn-icon::after {
    clip-path: polygon(30% 0%, 10% 50%, 30% 100%, 30% 100%, 70% 50%, 30% 0%);
}

.no-credit-financing .financing-btn .btn-text {
    color: black;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 28px;
}

.no-credit-financing .financing-btn:hover {
    opacity: 0.9;
}
