.rk-hero h1 {
    max-width: 900px;
}

.rk-hero .rk-eyebrow {
    display: block !important;
    font-size: 1.46rem;
    line-height: 1.25;
    letter-spacing: .045em;
    margin: 0 0 1em !important;
}

.rk-offers {
    padding-top: 18px;
}

.rk-section-head {
    gap: 24px;
}

.rk-offers-title {
    display: flex;
    align-items: baseline;
    gap: 12px;
    min-width: max-content;
}

.rk-section-head .rk-search {
    width: min(380px, 100%);
    flex: 0 1 380px;
    margin: 0;
}

.rk-section-head .rk-search input {
    min-height: 46px;
}

@media (max-width: 640px) {
    .rk-section-head {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .rk-offers-title {
        justify-content: space-between;
        min-width: 0;
    }

    .rk-section-head .rk-search {
        width: 100%;
        flex-basis: auto;
    }
}

.rk-card-top {
    display: block;
}

.rk-card .rk-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 76px;
    margin-bottom: 10px;
}

.rk-card .rk-logo img {
    width: 100%;
    max-width: 100%;
    height: 76px;
    max-height: 76px;
    object-fit: contain;
}

.rk-card .rk-status {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-top: 0;
    background: #e4f7e8;
    color: #176b2c;
    margin-bottom: 4px !important;
}

.rk-card h3 {
    margin-top: 0 !important;
}

.rk-card .rk-checked {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e4f7e8;
    color: #267b39;
    font-weight: 700;
}

.rk-card .rk-benefit {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
    color: #23833b;
}

.rk-card .rk-description {
    margin: 0 0 2px !important;
    padding: 10px 11px;
    border: 1px dashed #1f252b;
    border-radius: 10px;
}

.rk-card .rk-meta {
    margin: 0 0 2px !important;
    padding: 10px 11px;
    border: 1px dashed #1f252b;
    border-radius: 10px;
}

.rk-card .rk-condition {
    margin: 0 !important;
    padding: 10px 11px;
    border: 1px dashed var(--brand);
    border-radius: 10px;
}

.rk-card .rk-checked {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.rk-card .rk-more {
    border: 2px solid var(--brand);
    background: #ffffff;
}

.rk-card .rk-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
    .rk-card .rk-actions {
        grid-template-columns: 1fr;
    }
}

.rk-benefit-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #79c96c;
    border-radius: 50%;
    background: #effbea;
    color: #79c96c;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.rk-card .rk-code-row {
    margin-top: 0;
    margin-bottom: 10px;
}

.rk-card .rk-code-row code {
    font-size: 2rem;
    line-height: 1;
    font-weight: 950;
    text-align: center;
    justify-content: center;
    -webkit-text-stroke: .2px currentColor;
}

.rk-card .rk-code-row button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.rk-copy-icon {
    display: block;
    flex: 0 0 auto;
}

.rk-card.is-expired .rk-status,
.rk-card.is-expired .rk-checked {
    background: #eeeeee;
    color: #555555;
}
