html,
body {
    font-family: 'Poppins', sans-serif !important;
}

.pr-page {
    background-color: #ffffff;
    padding-top: 100px;
}

.pr-content {
    margin: 0 auto;
    padding: 90px 230px 120px;
}

/* Breadcrumb */
.pr-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.pr-breadcrumb a,
.pr-breadcrumb span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.pr-breadcrumb a {
    color: #6a7282;
}

.pr-breadcrumb a:hover {
    color: #101828;
}

.pr-breadcrumb .sep {
    color: #99a1af;
}

.pr-breadcrumb .current {
    color: #101828;
    font-weight: 500;
}

/* Badge */
.pr-tag {
    display: inline-block;
    background-color: #5E3BB8;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding: 8px 24px;
    border-radius: 9999px;
    margin-bottom: 32px;
}

/* Header */
.pr-header {
    margin-bottom: 40px;
}

.pr-sw-logo {
    margin-bottom: 20px;
    max-width: 420px;
    width: 100%;
    height: auto;
}

.pr-headline {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #101828;
    margin: 0 0 39px 0;
}

.pr-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32.5px;
    color: #4a5565;
    margin: 0;
}

/* Date Box */
.pr-date-box {
    background-color: #f3f4f6;
    border-left: 4px solid #5E3BB8;
    padding: 16px 24px;
    margin: 40px 0;
    width: fit-content;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
}

/* Body Text */
.pr-body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1e2939;
    margin: 0 0 26px 0;
}

.pr-body:last-child {
    margin-bottom: 0;
}

/* Quote Card */
.pr-quote-card {
    background: #ffffff;
    border: 0.724px solid #dbdbdb;
    box-shadow: 0px 20px 41px rgba(0, 0, 0, 0.05);
    min-height: 200px;
    position: relative;
    overflow: hidden;
    margin: 43px 0;
    display: flex;
}

.pr-quote-body {
    flex: 1;
    min-width: 280px;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.pr-quote-icon {
    width: 59px;
    height: 28px;
}

.pr-quote-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #364153;
    margin: 0;
}

.pr-quote-text strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Section Headings */
.pr-section-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    margin: 42px 0 16px 0;
}

.pr-section-heading--sm {
    font-size: 20px;
    line-height: 28px;
}

/* Section Body */
.pr-section p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1e2939;
    margin: 0 0 16px 0;
}

.pr-section p:last-child {
    margin-bottom: 0;
}

.pr-section a {
    color: #5E3BB8;
    text-decoration: underline;
}

.pr-section a:hover {
    color: #5E3BB8;
}

/* Media Contact */
.pr-media-contact p {
    margin-bottom: 4px !important;
}

.pr-media-contact a {
    color: #1e2939;
    text-decoration: underline;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
    .pr-page {
        padding-top: 75px;
    }

    .pr-content {
        padding: 40px 24px 60px;
    }

    .pr-headline {
        font-size: 32px;
        line-height: 42px;
    }

    .pr-intro {
        font-size: 18px;
        line-height: 28px;
    }

    .pr-quote-card {
        flex-direction: column;
    }

    .pr-quote-body {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .pr-headline {
        font-size: 26px;
        line-height: 36px;
    }

    .pr-date-box {
        width: 100%;
    }
}
