/**
 * Gamerall Localization Module - Notification Styles
 */

/* Product Variants Bottom - Region Check */
.product-actions .product-variants-item {
    flex-direction: column;
}

.country_restrictions.gamerall-region-check {
    flex-basis: 100%;
    width: 100%;
}

.gamerall-region-check .works_in {
    display: flex;
    align-items: center;
    gap: 4px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.gamerall-region-check .works_in svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.gamerall-region-check .works_in span {
    margin: 0;
}

#product #main .col-content-inside .country_restrictions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Figma Design System - Body 3 Typography */
.gamerall-region-check .works_in .text-body_3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0D0034;
}

/*.media-body {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.country_restrictions.gamerall-region-check {*/
/*    order: 10;*/
/*}*/

