.leto-standard-summary .leto-exclusive-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    max-width: 100%;
    padding: 10px 18px;
    border: 1px solid #59a69b;
    border-radius: 5px;
    background: #202c2d;
    color: #e9f4f1;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.leto-standard-summary .leto-exclusive-cta:hover {
    border-color: #82c6b6;
    background: #294341;
    color: #fff;
}
.leto-standard-summary .leto-exclusive-cta:focus-visible {
    outline: 3px solid #9cdbb4;
    outline-offset: 3px;
}
@media (max-width: 480px) {
    .leto-standard-summary .leto-exclusive-cta { width: 100%; }
}
