@import "/themes/custom/arbor/assets/css/css-variables.css";

.resource-card {
  background-color: white;
  padding: 25px 20px 20px 20px;
  border-radius: 20px;
  border: 1px solid var(--neutral-grey);
  flex: 1;
}

.resource-card .card-header a {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 25px;
  display: block;
}

.resource-card .card-header a:not([href*='domain.com']):not([href^='#']):not([href^='/'])::after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' transform='translate(0.000488281)' fill='white' fill-opacity='0.01'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7959 4.375C10.7959 4.02982 10.5161 3.75 10.1709 3.75H1.87549C0.839953 3.75 0.000488281 4.58947 0.000488281 5.625V18.125C0.000488281 19.1605 0.839954 20 1.87549 20H14.3755C15.411 20 16.2505 19.1605 16.2505 18.125V9.82955C16.2505 9.48437 15.9707 9.20455 15.6255 9.20455C15.2803 9.20455 15.0005 9.48437 15.0005 9.82955V18.125C15.0005 18.4702 14.7207 18.75 14.3755 18.75H1.87549C1.53031 18.75 1.25049 18.4702 1.25049 18.125V5.625C1.25049 5.27982 1.53031 5 1.87549 5H10.1709C10.5161 5 10.7959 4.72018 10.7959 4.375Z' fill='%23052049'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0005 0.625C20.0005 0.279822 19.7207 0 19.3755 0H13.1255C12.7803 0 12.5005 0.279822 12.5005 0.625C12.5005 0.970178 12.7803 1.25 13.1255 1.25H17.8666L7.68355 11.4331C7.43947 11.6771 7.43947 12.0729 7.68355 12.3169C7.92762 12.561 8.32335 12.561 8.56743 12.3169L18.7505 2.13388V6.875C18.7505 7.22018 19.0303 7.5 19.3755 7.5C19.7207 7.5 20.0005 7.22018 20.0005 6.875V0.625Z' fill='%23052049'/%3E%3C/svg%3E%0A");
  margin-left: 10px;
}

.resource-card .card-footer p {
  color: var(--cta-blue);
  margin-bottom: 0;
}

.resource-card .card-header a:hover {
  text-decoration: none;
}

.pill-tabs-nav {
  @media (min-width: 990px) {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.pill-tabs-nav .nav-tabs {
  border-bottom: 0;
  
  @media (min-width: 990px) {
    justify-content: end;
  }
}

.pill-tabs-nav .nav-item:first-child button {
  border-radius: 120px 0 0 120px;
  padding-left: 25px;
}

.pill-tabs-nav .nav-item:last-child button {
  border-radius: 0 120px 120px 0;
  padding-right: 25px;
}

.pill-tabs-nav .nav-link {
  font-weight: 700;
  color: white !important;
  border-color: white !important;
  border-width: 2px !important;
  height: 100%;
}

.pill-tabs-nav .nav-link.active {
  color: var(--cta-blue) !important;
}
