.simo-app-download {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    min-height: 68px;
    margin: 10px 0 13px;
    padding: 10px 12px;
    overflow: hidden;
    color: #173d41;
    text-decoration: none;
    border: 1px solid rgba(7, 95, 88, .14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 96% 4%, rgba(233, 190, 79, .24), transparent 8rem),
        linear-gradient(135deg, #fffef8, #e5f6ef 72%, #d7efe7);
    box-shadow: 0 11px 26px rgba(7, 45, 51, .09);
}
.simo-app-download::after {
    position: absolute;
    right: -22px;
    bottom: -48px;
    width: 112px;
    height: 112px;
    content: "";
    border: 1px solid rgba(9, 132, 119, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(9, 132, 119, .045), 0 0 0 38px rgba(9, 132, 119, .025);
}
.simo-app-download > i {
    z-index: 1;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    border-radius: 15px;
    background: linear-gradient(145deg, #13a995, #07756b);
    box-shadow: 0 8px 18px rgba(7, 117, 107, .24);
}
.simo-app-download > i .icon { width: 21px; height: 21px; }
.simo-app-download > span { z-index: 1; min-width: 0; }
.simo-app-download small,
.simo-app-download strong,
.simo-app-download em { display: block; }
.simo-app-download small {
    color: #a07719;
    letter-spacing: .09em;
    font-size: 9px;
    font-weight: 950;
}
.simo-app-download strong {
    margin-top: 2px;
    color: #123b3f;
    font-size: 14px;
    line-height: 1.15;
}
.simo-app-download em {
    margin-top: 3px;
    overflow: hidden;
    color: #677f81;
    font-size: 10.5px;
    font-style: normal;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.simo-app-download > b {
    z-index: 1;
    min-width: 54px;
    padding: 7px 8px;
    color: #08766b;
    text-align: center;
    font-size: 10px;
    border: 1px solid rgba(8, 118, 107, .14);
    border-radius: 11px;
    background: rgba(255, 255, 255, .72);
}
.simo-app-download:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(7, 45, 51, .13);
}
.simo-app-download:focus-visible { outline: 3px solid rgba(12, 131, 200, .3); outline-offset: 3px; }
@media (max-width: 350px) {
    .simo-app-download { grid-template-columns: 42px minmax(0, 1fr) 48px; gap: 8px; padding: 9px 10px; }
    .simo-app-download > i { width: 42px; height: 42px; border-radius: 13px; }
    .simo-app-download strong { font-size: 13px; }
    .simo-app-download em { max-width: 21ch; }
    .simo-app-download > b { min-width: 48px; padding-inline: 5px; }
}
@media (prefers-reduced-motion: reduce) {
    .simo-app-download { transition: none !important; }
}
