/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Ensure top bar stretches full width */
.ct-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  color: white;
  width: 100vw;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 60px; /* adjust height tighter */
}

.hours-badge-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  max-width: 1280px; /* optional */
  margin: 0 auto;
  max-height: 4.5rem;
}

.business-hours {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.trust-badge {
  scale: 70%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
