/*NT*/

.service-banner {
  background: var(--secondary-80);
  color: white;
  padding: 0;
}

.service-banner-container {
  margin: auto;
  max-width: 1100px;
  padding-bottom: var(--space-20);
  padding-top: var(--space-20);
  color: white;
  font-size: 1.5rem;
  line-height: 2.049rem;
  word-wrap: break-word;
}

.service-banner-container h1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 2.5rem;
}

.service-banner-container p {
  color: white;
  font-size: 1.1875rem;
  line-height: 1.5rem;
}


@media screen and (max-width: 767px) {
  .service-banner {
    background: var(--secondary-80);
    color: white;
    padding: 2rem;
  }

  .service-banner-container h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .service-banner-container {
    padding-bottom: var(--space-4);
    padding-top: var(--space-4);
  }

  .service-banner-container {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.navigation-card p {
  color:black;
}

/*BINS*/
.govuk-ncc-print-header-caption {
    font-size: 1.5rem;
    line-height: 1.25;
    color: gray;
    margin-bottom:10px;
  }

.govuk-ncc-print-header-caption {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 10px;
}

.ncc-bin-calendar {
    color: #fff;
    text-align: center;
    line-height: 1.25;
    margin: 15px;
    border-radius: 6px;
}

.ncc-bin-calendar p:first-of-type {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.Rec-bin { background-color: #3377AB; }
.Gdn-bin { background-color: #1966A1; }
.Res-bin { background-color: #005596; }
.Gls-bin { background-color: #004D87; }
.Fod-bin { background-color: #004478; }

@media (min-width: 577px) {
    .ncc-bin-calendar {
        width: 25%;
        float: left;
        padding: 30px;
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .ncc-bin-calendar {
        padding: 20px;
        font-size: 1.25rem;
    }
}

.nccbacklink {
    margin-top: 20px;
}

button.ncc-link {
    cursor: pointer;
    border: none;
    background: none;
}

.govuk-warning-text__text > .ncc-link {
    font-weight: bolder;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.govuk-table__row > .govuk-\!-width-one-third {
    width: 33.33% !important;
}

.govuk-table__row > .govuk-\!-width-one-quarter {
    width: 25% !important;
}

.ncc-bin-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .ncc-bin-row {
        flex-direction: column;
    }
}

.nccbacklink {
    margin-top:20px;
}

