

.ken-primary-right {
  display: flex;
  flex-direction: row;
  gap: 20px; /* Adjust spacing between columns as needed */
}

.ken-header-block {
  flex: 0 0 auto; /* Prevents items from shrinking */
  white-space: nowrap; /* Prevents text wrapping */
}

@media only screen and (max-width: 768px) {
  .site-logo img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}


/* newsletter.css */
.bbs-newsletter-container {
  background-color: #f9f9f9;
  padding: 20px 0;
}

.bbs-newsletter-inner {
  width: 100%;
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  border-spacing: 0;
}

.bbs-newsletter-header h1 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.bbs-newsletter-header p {
  font-size: 16px;
  color: #333;
}

.bbs-newsletter-urgency {
  color: #cc0000;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
}

.bbs-newsletter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bbs-col {
  width: 48%;
  box-sizing: border-box;
  padding: 10px;
}

.bbs-col-img {
  text-align: center;
}

.bbs-product-img {
  max-width: 100%;
  border-radius: 8px;
  height: auto;
}

.bbs-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073e6;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.bbs-footer {
  font-size: 13px;
  color: #666;
  text-align: center;
  padding-top: 30px;
}

.bbs-footer a {
  color: #888;
  text-decoration: none;
}

/* Adds 5px gutter on each side = 10px tighter content */
.wp-block-contact-form-7-contact-form-selector{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}



/* Mobile Responsive */
@media screen and (max-width: 620px) {
  .bbs-newsletter-row {
    flex-direction: column;
  }

  .bbs-col {
    width: 100% !important;
    text-align: center;
    padding: 10px 0 !important;
  }

  .bbs-btn {
    display: inline-block;
    width: auto;
  }
}
