/* Button styles */
.cl-link-button {
  display: inline-flex;
  align-items: center;
  background-color: #e5f3fa;
  background-position: 12px center !important;
  background-size: 20px auto !important;
  border-radius: 6px;
  text-decoration: none;
  color: #0056b3;
  font-weight: bold;
  margin-top: -5px !important;
  transition: background 0.3s;
  line-height: 1.5;
  padding: 8px 12px 8px 40px !important;
}

/* Accordion content styles */
.cl-usa-accordion__content {
  background-color: #fff;
  margin-top: 0;
  overflow: auto;
}

/* Card group list styles */
.cl-usa-card-group-list {
  list-style-type: initial !important;
  padding-left: 45px !important;
}

/* CLP block item styles */
.clp-block .field__item {
  float: left !important;
  width: 48%;
  margin: 10px;
}

.clp-block-inner-p .field__item {
  float: left !important;
  width: 100%;
  margin: 0;
}

/* Container styles for CLP blocks */
.cl-clp-container {
  width: 100%;
  min-height: 150px;
  border-color: #f39268 #EFF0F1 #EFF0F1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cl-clp-container-nmh {
  width: 100%;
  border-color: #f39268 #EFF0F1 #EFF0F1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Float left utility */
.cl-f-leaft {
  float: left !important;
}

/* Grid row heading line height */
.cl-grid-row-h {
  line-height: 0;
}

/* CLP row container */
.cl-clp-row {
  margin: 0 10px;
}

/* CLP row paragraph styles */
.cl-clp-row p {
  line-height: 2;
  margin: 0;
}

/* CLP title styles */
.cl-clp-title {
  font-weight: 700;
  color: #005ea2;
}

/* CLP bottom border */
.cl-clp-b-bottom {
  border-bottom: solid #EFF0F1 1px;
}

/* Table styles */
.cl-usa-table tbody {
  border-top: 0 !important;
  border-spacing: 0 !important;
  border: 0 !important;
}

.cl-usa-table thead tr:nth-child(odd) {
  border: 0 !important;
}

.cl-usa-table tbody td {
  padding: 0 !important;
  background-color: transparent !important;
}

/* Table heading styles */
.cl-tbl-heading {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}

/* Padding and margin utility classes */
.cl-p-l {
  padding-left: 10px !important;
}

.cl-p-r {
  padding-right: 10px !important;
}

.cl-p-tb {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Background color utility */
.cl-bg-grey {
  background-color: #fafafa;
}

.cl-p-all-10 {
  padding: 10px !important;
}

.cl-m-r-10 {
  margin-right: 10px !important;
}

.cl-m-l-10 {
  margin-left: 10px !important;
}

.cl-m-all-10 {
  margin: 10px;
}

/* Text alignment utility */
.cl-text-al-c {
  text-align: center !important;
}

/* Field item background for odd children */
.field--name-field-cld-examples > .field__item:nth-child(odd) {
  background-color: #f7f7f7;
}

/* Max width utility */
.cl-max-w90 {
  max-width: 90%;
}

/* Margin left/right zero utility */
.cl-m-lr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Responsive styles for mobile */
@media (max-width: 639px) {
  .clp-block .field__item {
    float: left !important;
    width: 97%;
    margin: 10px;
  }
}
