.pulse-card__header {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0f4c81;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pulse-card__body {
    margin-top: 12px;
}

.pulse-card--collapsed {
    padding: 16px 18px;
}

.pulse-card--collapsed .pulse-card__header {
    margin: 0;
}

.pulse-card__chevron {
    font-size: 14px;
    line-height: 1;
}

.pulse-card {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
    border: 1px solid rgba(215,227,239,.9);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15,35,58,.06);
    padding: 22px;
    font-family: Inter, sans-serif;
}

.pulse-card__eyebrow {
    color: #0f4c81;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pulse-card h2 {
    margin: 0 0 10px;
    color: #17202b;
    font-size: 24px;
    line-height: 1.15;
}

.pulse-card p {
    margin: 0 0 18px;
    color: #5c6b7c;
    line-height: 1.6;
}

.pulse-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg,#0f4c81,#16639d);

    color: white;

    border: 0;
    border-radius: 999px;

    padding: 12px 20px;

    font-weight: 700;

    cursor: pointer;
}
