.access-widget__panel-head {
    padding: 20px 22px 22px;
    color: #fff;
    background: linear-gradient(135deg, #246AB3, #2E89E5);
}

.access-widget__kicker {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .8;
}

.access-widget__title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    line-height: 1.25;
}

.access-widget__offer {
    padding: 16px;
    border: 1px solid #E1E6EB;
    border-radius: 11px;
    background: #EFF2F4;
}

.access-widget__checklist {
    display: grid;
    gap: 7px;
}

.access-widget__check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.access-widget__check-icon {
    color: #00A637;
    font-weight: 700;
    line-height: 1.35;
}

.access-widget__divider {
    height: 1px;
    background: #E1E6EB;
    margin: 14px 0;
}

.access-widget__cta {
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 9px;
    background: #2E89E5;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    text-decoration: none;
}

.access-widget__cta:hover {
    background: #246AB3;
    color: #fff;
}
