/* Rakuten Travel booking controls. Product-review shop colors stay independent. */
.stay-review-page .product-shop-rakuten,
.stay-review-page .product-shop-rakuten:hover,
.stay-review-page .tl-rakuten-all {
  background: #72a331;
  color: #fff !important;
  border-color: #72a331;
}
.stay-review-page .tl-rakuten-all:hover {
  background: #54822b;
  border-color: #54822b;
}
.stay-review-page .tl-rakuten-book,
.stay-review-page .tl-rakuten-form .button {
  background: #e15903;
  background-image: linear-gradient(#f88235 0%, #e15903 100%);
  border-color: #d95302;
  color: #fff !important;
}
.stay-review-page .tl-rakuten-book:hover,
.stay-review-page .tl-rakuten-form .button:hover {
  background: #cc5103;
  background-image: linear-gradient(#ee7428 0%, #cc5103 100%);
}
.stay-review-page .tl-rakuten-all {
  padding: 12px 16px;
  border-radius: 7px;
  text-align: center;
  text-decoration: none;
}
