/* Site-wide Notice */
.mobile-smart-app-banner-notice {
    background: #fff;
    border-left: 4px solid #00a32a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    padding: 15px 20px;
    margin: 5px 0 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.mobile-smart-app-banner-notice-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #f0f8f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a32a;
}

.mobile-smart-app-banner-notice-icon svg {
    width: 28px;
    height: 28px;
}

.mobile-smart-app-banner-notice-content {
    flex-grow: 1;
}

.mobile-smart-app-banner-notice-content h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1d2327;
}

.mobile-smart-app-banner-notice-content p {
    margin: 0 0 12px 0;
    font-size: 13px;
    color: #50575e;
}

.mobile-smart-app-banner-notice-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mobile-smart-app-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15384615;
    min-height: 32px;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.mobile-smart-app-banner-btn-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

.mobile-smart-app-banner-btn-primary:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff;
}

.mobile-smart-app-banner-btn-secondary {
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
}

.mobile-smart-app-banner-btn-secondary:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}

.mobile-smart-app-banner-btn-green {
    background: #00a32a;
    border-color: #008a20;
    color: #fff;
}

.mobile-smart-app-banner-btn-green:hover {
    background: #008a20;
    border-color: #00701a;
    color: #fff;
}

.mobile-smart-app-banner-notice-dismiss {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    cursor: pointer;
    color: #787c82;
    padding: 5px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-smart-app-banner-notice-dismiss:hover {
    color: #d63638;
}

/* Sidebar Box */
.mobile-smart-app-banner-sidebar-box-review {
    background: #ffffff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 24px 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mobile-smart-app-banner-sidebar-box-review::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00a32a, #2271b1);
}

.mobile-smart-app-banner-stars {
    color: #ffb900;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 3px;
}

.mobile-smart-app-banner-stars svg {
    width: 24px;
    height: 24px;
}

.mobile-smart-app-banner-sidebar-box-review h3 {
    margin: 0 0 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1d2327 !important;
    border: none !important;
    padding: 0 !important;
}

.mobile-smart-app-banner-sidebar-box-review p {
    margin: 0 0 18px !important;
    font-size: 13px !important;
    color: #50575e !important;
    line-height: 1.5 !important;
}

.mobile-smart-app-banner-sidebar-box-review .mobile-smart-app-banner-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-smart-app-banner-sidebar-box-review .mobile-smart-app-banner-btn {
    width: 100%;
    min-height: 36px;
}

.mobile-smart-app-banner-state-review,
.mobile-smart-app-banner-state-support {
    display: none;
}
