/*
Theme Name:   Hello Elementor Child
Theme URI:    https://gohotelguide.com
Description:  Go Hotel Guide – Child theme for Hello Elementor
Author:       Go Hotel Guide
Author URI:   https://gohotelguide.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/


/* ── Global dark-card text visibility fix ── */
.rank-card .rank-card__desc{
  color:rgba(255,255,255,0.88)!important;
}
.rank-card .rank-card__meta .chip,
.rank-card .rank-card__meta span{
  color:rgba(255,255,255,0.75)!important;
  border-color:rgba(255,255,255,0.35)!important;
}
.review-card__badge{
  color:#C9A227!important;
  background:rgba(201,162,39,0.15)!important;
  border-color:rgba(201,162,39,0.4)!important;
}
.trust-item h3{
  color:#ffffff!important;
}
.trust-item p{
  color:rgba(255,255,255,0.85)!important;
}
