/* CoreMarket visual identity foundations */

.coremarket-footer-shell {
    background-color: #212129 !important;
}

.coremarket-footer-border {
    border-color: #3d3d46 !important;
}

.coremarket-footer-logo {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.coremarket-social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
}

.coremarket-social-item {
    list-style: none;
}

.coremarket-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
}

.coremarket-social-link:hover,
.coremarket-social-link:focus {
    color: #fff;
    opacity: 0.92;
    transform: translateY(-1px);
}

.coremarket-social-link--facebook {
    background: #3b5998;
}

.coremarket-social-link--whatsapp {
    background: #25D366;
}

.coremarket-social-link--twitter {
    background: #1d9bf0;
}

.coremarket-social-link--instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.coremarket-social-link--youtube {
    background: #ff0000;
}

.coremarket-social-link--linkedin {
    background: #0077b5;
}

.coremarket-checkout-note {
    border-radius: 0;
    border-width: 1px;
    padding: 1rem 1.125rem;
}

.coremarket-contact-cta {
    min-width: 180px;
}

.coremarket-product-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
