.pull-quote p {
    font-family: DM Sans,sans-serif;
    font-size: 23px;
    line-height: 120%;
    font-weight: 700;
    font-weight: 400;
    line-height: 27.6px;
    padding: 16px 0;
    border-top: 1px solid #0396FF;
    border-bottom: 1px solid #0396FF;
    text-align: center;
}

.pull-quote .pull-quote__person {
    font-family: DM Sans,sans-serif;
    font-size: 23px;
    line-height: 120%;
    font-weight: 700;
    color: #333;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.6px;
    padding: 16px 0;
    border-bottom: 1px solid #0396FF;
    text-align: center;
}

.pull-quote-carousel {
    margin: 0 auto;
    max-width: 800px;
}

/* Ensure carousel slides use the same styling */
.pull-quote-carousel .pull-quote p,
.pull-quote-carousel .pull-quote-default p {
    font-family: DM Sans,sans-serif;
    font-size: 23px;
    line-height: 120%;
    font-weight: 700;
    font-weight: 400;
    line-height: 27.6px;
    padding: 16px 0;
    border-top: 1px solid #0396FF;
    border-bottom: 1px solid #0396FF;
    text-align: center;
}

.pull-quote-carousel .pull-quote .pull-quote__person,
.pull-quote-carousel .pull-quote-default .pull-quote__person {
    font-family: DM Sans,sans-serif;
    font-size: 23px;
    line-height: 120%;
    font-weight: 700;
    color: #333;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.6px;
    padding: 16px 0;
    border-bottom: 1px solid #0396FF;
    text-align: center;
}

/* Splide specific styling */
.pull-quote-carousel .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.pull-quote-carousel .splide__arrow {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.pull-quote-carousel .splide__arrow:hover {
    background-color: #0396FF;
    color: #fff;
}

.pull-quote-carousel .splide__pagination {
    margin-top: 20px;
}
