.postbox__thumb.postbox__audio iframe {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* Footer Copyright Policy Links */
.footer-copyright__links {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-copyright__links a {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-copyright__links a:hover {
    color: #d51243 !important;
    text-decoration: underline;
}

.footer-copyright__links .sep {
    color: #cccccc;
    font-size: 12px;
    user-select: none;
}

.secondary-footer .footer-copyright__links a {
    color: rgba(255, 255, 255, 0.7);
}

.secondary-footer .footer-copyright__links a:hover {
    color: #ffffff !important;
}

.secondary-footer .footer-copyright__links .sep {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
    .footer-copyright__links {
        justify-content: center;
        margin-top: 10px;
    }
}

/* Footer Legal IDs (GSTIN & CIN) */
.footer-legal-ids {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    flex-wrap: wrap;
}

.footer-legal-ids strong {
    color: #333333;
    font-weight: 600;
}

.footer-legal-ids .sep {
    color: #cccccc;
    font-size: 12px;
    margin: 0 4px;
}

.secondary-footer .footer-legal-ids {
    color: rgba(255, 255, 255, 0.7);
}

.secondary-footer .footer-legal-ids strong {
    color: rgba(255, 255, 255, 0.95);
}

.secondary-footer .footer-legal-ids .sep {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
    .footer-legal-ids {
        justify-content: center;
        display: flex;
    }
}

/* Wish India Logo Sizing */
.logo img,
.mainmenu__logo img,
.standard-logo img,
.sticky-logo img {
    max-width: 165px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
}

.footer-logo img {
    max-width: 185px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
}