.proknigi-club-card {
    display: flex;
    align-items: center;
    gap: 18px;
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0;
    padding: 20px 22px;
    overflow: hidden;
    border: 1px solid rgba(240, 201, 121, .42);
    border-radius: 16px;
    background:
        radial-gradient(circle at 12% 0, rgba(240, 201, 121, .18), transparent 34%),
        linear-gradient(135deg, #32182b 0%, #57243f 58%, #733451 100%);
    color: #fff;
    box-shadow: 0 14px 34px rgba(49, 24, 43, .18);
    text-align: left;
}

.proknigi-club-card__mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    background: #f0c979;
    color: #3b1d31;
    font: 800 26px/1 Georgia, serif;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .22);
}

.proknigi-club-card__body {
    min-width: 0;
    flex: 1 1 auto;
}

.proknigi-club-card__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #f0c979;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.proknigi-club-card__title {
    display: block;
    margin: 0 0 5px;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.proknigi-club-card__text {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.45;
}

.proknigi-club-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 19px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #f0c979;
    color: #3b1d31 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .18s ease, background-color .18s ease;
}

.proknigi-club-card__button:hover {
    background: #ffe0a0;
    color: #3b1d31 !important;
    transform: translateY(-1px);
}

.proknigi-club-card--reader {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 700px) {
    .proknigi-club-card {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 13px;
        margin: 18px 0;
        padding: 17px;
        border-radius: 13px;
    }

    .proknigi-club-card__mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 21px;
    }

    .proknigi-club-card__body {
        flex-basis: calc(100% - 57px);
    }

    .proknigi-club-card__title {
        font-size: 18px;
    }

    .proknigi-club-card__button {
        width: 100%;
    }
}
