/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/css-unicode-loader/index.js!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./catridges/app_honda_cars/cartridge/client/default/scss/experience/components/commerceAssets/tickerBanner.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Example:
* In case of usage of same font name for all font extensions or can be different font name per extension
*
* $font-list: (
*    ('Barlow', ("woff2": "Barlow", "woff": "robotRegular2", "ttf": "Barlow3"), normal, normal),
*    ('BarlowStd', 'BarlowStd-Medium', 500, normal),
*    ('BarlowStd', 'BarlowStd-Bold', bold, normal)
*) !default;
*
**/
.primary-font {
  font-family: "roobert bold", Arial, Helvetica, Sans-serif;
}

.secondary-font {
  font-family: "Univers45 Light", Arial, Helvetica, Sans-serif;
}

.home-airbag-recall {
  font-family: "roobert bold", Arial, Helvetica, Sans-serif;
}
.home-airbag-recall .recall-text {
  font-size: 18px;
  line-height: 20px;
  padding: 24px 60px;
}
@media screen and (max-width: 1200px) {
  .home-airbag-recall .recall-text {
    padding: 16px 52px;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 544px) {
  .home-airbag-recall .recall-text {
    width: 95%;
    padding: 8px 32px;
    font-size: 12px;
    line-height: 16px;
  }
}
.home-airbag-recall .recall-text.bg--error-60::after {
  border-top-color: #C9372C;
}
.home-airbag-recall .recall-text.bg--success-60::after {
  border-top-color: #20845A;
}
.home-airbag-recall .recall-text::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  clear: both;
  border-left: 10px solid transparent;
  border-right: 20px solid transparent;
  border-top: 72px solid #FF9600;
}
@media screen and (max-width: 1200px) {
  .home-airbag-recall .recall-text::after {
    border-left: 10px solid transparent;
    border-right: 20px solid transparent;
    border-top: 56px solid #FF9600;
  }
}
@media screen and (max-width: 544px) {
  .home-airbag-recall .recall-text::after {
    border-top: 40px solid #FF9600;
  }
}
.home-airbag-recall .recall-text i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.home-airbag-recall .recall-imp-info {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .home-airbag-recall .recall-imp-info {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 544px) {
  .home-airbag-recall .recall-imp-info {
    font-size: 12px;
    line-height: 16px;
  }
}
.home-airbag-recall .more-text {
  color: #cc0000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .home-airbag-recall .more-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home-airbag-recall .home-recall-details {
    padding: 20px 32px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .home-airbag-recall .home-recall-details .more-text {
    float: right;
  }
}

/*# sourceMappingURL=tickerBanner.css.map*/