.ex-fmyex-wrap {
    margin: 3px 0 17px;
    text-align: center;
}

.ex-fmyex-button {
    width: 100%;
    height: 60px;
    border: 1px solid #d98408;
    border-radius: 24px;

    background: linear-gradient(
        180deg,
        #ffc83d 0%,
        #efa716 42%,
        #dd8d08 100%
    );

    color: #fff;

    display: grid;
    grid-template-columns: 46px 1fr 28px;
    align-items: center;

    padding: 0 18px;

    text-shadow: 0 2px 2px rgba(110, 61, 0, .28);

    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, .42),
        inset 0 -4px 0 rgba(151, 78, 0, .28),
        0 8px 0 #a95d05,
        0 15px 25px rgba(14, 31, 49, .30);

    transition:
        transform .12s ease,
        box-shadow .12s ease;
}

.ex-fmyex-button:active {
    transform: translateY(5px);

    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, .32),
        inset 0 -2px 0 rgba(151, 78, 0, .24),
        0 3px 0 #a95d05,
        0 8px 15px rgba(14, 31, 49, .24);
}

.ex-fmyex-button:active {
    transform: scale(0.985);
}

.ex-fmyex-button strong {
    font-size: 34px;
}

.ex-fmyex-icon svg {
    width: 38px;
    height: 38px;
}

.ex-fmyex-chevron svg {
    width: 24px;
}

.ex-fmyex-count {
    margin-top: 10px;
    font-weight: 900;
}

.ex-fmyex-wrap p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px;
}