.hq-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hq-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #101418;
    color: #fff;
    text-decoration: none;
    line-height: 1.15;
    transition: transform .15s ease, background-color .15s ease;
}
.hq-store-badge:hover,
.hq-store-badge:focus-visible {
    background: #000;
    color: #fff;
    transform: translateY(-1px);
}
.hq-store-badge i {
    font-size: 22px;
    flex: none;
}
.hq-store-badge span {
    display: block;
}
.hq-store-badge .hq-store-badge-eyebrow {
    font-size: 10px;
    letter-spacing: .03em;
    opacity: .85;
    text-transform: uppercase;
}
.hq-store-badge .hq-store-badge-name {
    font-size: 15px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.footer-widget .hq-store-badges {
    margin-top: 14px;
}
.footer-widget .hq-store-badge {
    padding: 7px 12px;
}
.footer-widget .hq-store-badge i {
    font-size: 19px;
}
.footer-widget .hq-store-badge .hq-store-badge-name {
    font-size: 13px;
}

.hq-app-modal .modal-dialog {
    max-width: 400px;
}
.hq-app-modal .modal-content {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
}
.hq-app-modal .modal-body {
    padding: 32px 28px 28px;
    text-align: center;
}
.hq-app-modal .btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
}
.hq-app-modal-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    margin: 0 auto 16px;
    box-shadow: 0 8px 24px rgba(17, 24, 32, .18);
}
.hq-app-modal h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.hq-app-modal p {
    color: #66727d;
    font-size: 14px;
    margin-bottom: 22px;
}
.hq-app-modal .hq-store-badges {
    justify-content: center;
}
.hq-app-modal .hq-app-modal-later {
    display: inline-block;
    margin-top: 18px;
    font-size: 13px;
    color: #66727d;
    text-decoration: underline;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
