/* iOS App Store promo banner – Notino-like, jen mobil */

.fw-app-promo-banner {
    display: none;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    min-height: 58px;
    padding: 0.5rem 0.65rem 0.5rem 0.35rem;
    background: #f2f2f2;
    color: #111;
    border-bottom: 1px solid #e5e5e5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 1070;
}

.fw-app-promo-banner:not([hidden]) {
    display: none;
}

@media (max-width: 991.98px) {
    .fw-app-promo-banner:not([hidden]) {
        display: flex;
    }
}

.fw-app-promo-banner__close {
    flex: 0 0 auto;
    appearance: none;
    border: 0;
    background: transparent;
    color: #8a8a8a;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    width: 1.75rem;
    height: 2.5rem;
    padding: 0;
    cursor: pointer;
}

.fw-app-promo-banner__close:hover,
.fw-app-promo-banner__close:focus {
    color: #222;
    outline: none;
}

.fw-app-promo-banner__main {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    text-decoration: none !important;
    color: inherit !important;
}

.fw-app-promo-banner__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.fw-app-promo-banner__title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fw-app-promo-banner__cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.1rem;
    padding: 0.4rem 0.95rem;
    border-radius: 4px;
    background: #111;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.fw-app-promo-banner__main:hover .fw-app-promo-banner__cta,
.fw-app-promo-banner__main:focus .fw-app-promo-banner__cta {
    background: #000;
}
