/* ==========================================================================
   GET THE APP SECTION
   ========================================================================== */
.app-phone-wrap {
    max-width: 300px;
    margin: 0 auto;
}

.app-badge-icon {
    width: 46px;
    height: 46px;
    border-radius: var(--radius-sm);
    background: var(--sti-blue-600);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.app-download-meta {
    line-height: 1.3;
}

.app-download-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 18px;
    background: var(--sti-yellow-100);
    border: 1px solid var(--sti-yellow-500);
    border-radius: var(--radius-md);
    font-size: 0.88rem;
    color: var(--dark-700);
}

.app-download-note i {
    color: var(--sti-yellow-600);
    font-size: 1.1rem;
    margin-top: 1px;
}
