@import './styles/<!--partnerName--settings-->';
@import './styles/tools';

$c-product-shipping-locations-and-price-content-title: $default-font-family !default;

.c-product-shipping-locations-and-prices__title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    font-family: $c-product-shipping-locations-and-price-content-title;
    font-weight: $font-weight-semi-bold;
    color: $grey-super-dark;
    margin-bottom: 27px;
}

.c-product-shipping-locations-and-prices__intro {
    margin: 24px 0;
    max-width: 50%;
    color: $grey-alt;
}

.c-product-shipping-locations-and-prices__controls {
    margin: 19px auto;
}
    .c-product-shipping-locations-and-prices__select-brand {
        width: 311px;
        display: inline-block;
    }
    .c-product-shipping-locations-and-prices__shipping-label {
        margin: 0 19px;
        color: $grey-alt;
    }
    .c-product-shipping-locations-and-prices__select-shipping-destination {
        width: 311px;
        display: inline-block;
    }

.c-product-shipping-locations-and-prices__table {
    width: 100%;
}
