
/* Root scope: all styles are scoped to the RHTP only */

#rhtp .banner {
  position: relative;
  background-color: #FFE59E;
  color: #fff;
  padding: 0.88rem;
  text-align: center;
  font-size: 3rem;  /* Larger text */
  font-weight: 700;   /* Bold for readability */
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
#rhtp .banner-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
#rhtp .banner-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#rhtp .banner-item p, #rhtp .banner-item a {  
  font-size: 0.88rem;
  margin-bottom: 0;
}
#rhtp .cols-grid {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(215px, 1fr) );
  gap: 32px;
}
#rhtp .frame-image__r2 {
  gap: 16px;
}
#rhtp .objects-display-grid {
  grid-template-rows: none;
  grid-auto-rows: 1fr;
}
#rhtp .objects-display-grid.card-object-flex .card-object {
  display: flex;
  align-items: center;
  justify-content: center;
}
#rhtp .objects-display-grid a {
  text-decoration: none;
}
#rhtp .button {
  text-transform: none;
  text-align: left;
}
#rhtp .card--profile__grid {
  display: grid;
  grid-template-columns: 320px auto;
  align-items: center;
  gap: 16px;
}
#rhtp .frame-image__r1, #rhtp .frame-image__r2, #rhtp .frame-image__r3 {
  display: grid;
  grid-template-columns: 16px auto;
}
.frame-image__r2__c1, .lightsea-frame {
  width: 100%;
      background-color: #75d9ad;
}
#rhtp .card--light-sea--width400 {
  background-color: transparent;
  width: 100%;
  padding: 0;
  float: none;
  margin: 0;
  border-left: none;
}
#rhtp .card--light-sea--width400 .card--profile__grid {
  border-left: 5px solid #2ba389;
  align-items: normal;
}
#rhtp .card--light-sea--width400 .card--profile__grid div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 20px;
}
#rhtp .card--light-sea--width400 .card--profile__grid div:first-child {
  background-color: rgba(223, 223, 223, 0.5);
  align-content: center;
}
#rhtp .card-object img {
  max-width: 100%;
}

@media (max-width: 992px) {
  #rhtp img.right-align {
    float: none;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: bottom center;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #rhtp .banner-item p, #rhtp .banner-item a { 
    font-size: 0.67rem;
  }
  #rhtp .card--profile__grid {
    display: block;
  }
  #rhtp .card--light-sea--width400 .card--profile__grid div {
    display: block;
  }
}
@media (max-width: 399px) {
  #rhtp .banner-track {
    gap: 16px;
  }
}
