/* Android app download - customer login */
.android-download{display:flex;align-items:center;gap:12px;margin-top:18px;padding:12px 14px;border:1px solid #dfe8e2;border-radius:14px;background:#f7fbf8;color:#26362d;text-decoration:none;transition:.2s ease}
.android-download:hover{transform:translateY(-1px);border-color:#a9cdb5;box-shadow:0 8px 22px rgba(34,72,48,.08)}
.android-download-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:#e5f4e9;display:grid;place-items:center;color:#2f7d44}
.android-download-icon svg{width:25px;height:25px;fill:currentColor}
.android-download span:nth-child(2){display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}
.android-download strong{font-size:.9rem}
.android-download small{font-size:.72rem;color:#718078}
.android-download-arrow{font-size:1.15rem;font-weight:800;color:#2f7d44}
