@import "../../component/StaticPageTitle/index";
@import "../../component/StaticPageContent/index";
@import "../../component/StaticPageDesktopLeftNav/index";
@import "../../component/StaticPageMobileLeftNav/index";
@import "./CustomerCareLeftNav/index";

.nw-customercare-content {
  border-right: $transparent;

  a {
    font-family: $secondary-font-family;
    color: $staticpage-mobileheader-color;
    text-decoration: none;
  }

  a:hover {
    color: $color-primary;
  }
  
  p {
    margin: 0;
    word-wrap: break-word;
  }
}

@media screen and (min-width: $screen-min-sm) {
  .nw-customercare-content {
    padding: 25px 50px;

    p {
      margin: 0;
      line-height: 32px;
      word-wrap: break-word;
    }
  }
}

.nw-customercare-color {
  background-color: $transparent;
  color: $staticpage-mobileheader-color;
}

.nw-customercare-desktopcolor {
  background-color: $customercaretitle-background-color;
  color: $staticpage-desktopheader-color;
}

