@charset "UTF-8";
/* =========================================
   PAGE BUILDER IMAGE TILE — PREMIUM POP
   Works with BACKGROUND images
   ========================================= */
.pb-widget-image {
  overflow: hidden; }

.pb-widget-image .pb-widget-image-wrapper {
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.6s ease;
  transform-origin: center center; }

.pb-widget-image:hover .pb-widget-image-wrapper {
  transform: scale(1.08);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35), 0 18px 40px rgba(0, 0, 0, 0.25); }

/* ================================
   TOP UTILITY BAR
   ================================ */
.top-utility-bar {
  background-color: #1a5aa3;
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  width: 100%; }

.top-utility-bar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px; }

.top-bar-item {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px; }

.top-bar-item:hover {
  color: #cccccc;
  text-decoration: none; }

.top-bar-icon {
  width: 16px;
  height: 16px; }

@media (max-width: 768px) {
  .top-utility-bar-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 12px; } }

.card-rating-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px; }

.rating--small {
  display: flex;
  align-items: center; }

.card-review-count {
  font-size: 12px;
  color: #888;
  font-weight: 500; }
