.egppc-guide-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 30px 0;
    border-left: 5px solid #087f73;
    border-radius: 6px;
    padding: 24px 26px;
    background: #f1f7f6;
    color: #13253b;
}

.egppc-guide-cta__copy {
    min-width: 0;
}

.egppc-guide-cta__eyebrow {
    margin: 0 0 5px;
    color: #c7113e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.egppc-guide-cta h2 {
    margin: 0 0 8px;
    color: #071d36;
    font-size: 25px;
    line-height: 1.2;
}

.egppc-guide-cta__copy > p:last-child {
    margin: 0;
    color: #40566b;
}

.egppc-guide-cta__button {
    display: inline-flex;
    min-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #e91e50;
    border-radius: 6px;
    padding: 10px 17px;
    background: #e91e50;
    color: #fff !important;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.egppc-guide-cta__button:hover {
    border-color: #c7113e;
    background: #c7113e;
}

.egppc-guide-cta__button:focus-visible {
    outline: 3px solid #e3a526;
    outline-offset: 3px;
}

@media (max-width: 680px) {
    .egppc-guide-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 21px 19px;
    }

    .egppc-guide-cta__button {
        width: 100%;
    }
}
