.layout-home .share-social {
  display: none;
}
.navbar-brand .logo-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.share-social .social-inner {
    display: none;
}

.com-content-article .sppb-row-container {
    max-width:1320px;
}

.com-content-article {
    max-width: 1320px;
    margin: 0 auto;
}
.main-info {
    display: flex;
    align-items: center;
    gap: 20px; /* Adjust spacing as needed */
    margin-bottom: 20px;
}

.event-details-container {
    font-family: Arial, sans-serif;
}

.social-share {
    margin-bottom: 20px;
}

.main-info {
    display: flex;
    gap: 20px;
}

.event-image {
    flex: 60%;
}

.event-date-time {
    flex: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.event-month {
    font-size: 18pt;
}

.event-day {
    font-size: 28pt;
    font-weight: bold;
}

.event-title h2 {
    margin-top: 20px;
    font-size: 24pt;
}

.event-description {
    display: flex;
    margin-top: 20px;
}

.registration-button {
    position: sticky;
    top: 10px;
}

.event-location {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.location-map {
    flex: 60%;
}

.location-details {
    flex: 40%;
}
.registration-button ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}
.registration-button {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 10px;
}
.event-location {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.location-map {
    width: 60%;
}

.location-details {
    width: 40%;
    padding-left: 20px;
}

.venue-name {
    font-size: 20pt;    /* Adjust as needed */
    margin-bottom: 10px;
    font-weight: bold;
}

.venue-address {
    font-size: 12pt;    /* Adjust as needed */
    line-height: 1.4;
}
.bg-primary {
    --t4-bg-opacity: 1;
    background-color: #D72130 !important;
}
body {
  background-color: white !important;
  margin: 0; /* Remove default body margin */
  padding: 0; /* Remove default body padding */
}
div.sppb-row-container {
    max-width: 1920px;
}
.t4-section .t4-section-inner {
    position: relative;
    max-width: 1920px;
}
/* Override fixed-width container */
.container, .content-wrapper, .main-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px; /* Optional: adds breathing room */
}

/* Optional: make body full-width */
body {
  width: 100vw;
  overflow-x: hidden;
}

/* Optional: remove sidebar or adjust layout */
.sidebar, .aside, .module-sidebar {
  display: none !important;
}

/* Base styling for the login button */
.login-btn {
  background-color: #ffaeae; /* your pink */
  color: #ffaeae;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Hover effect */
.login-btn:hover {
  background-color: #4a4a4a; /* grey from Services */
  color: #D72139; /* gold accent */
  transform: scale(1.08);
  box-shadow: 0 0 12px #D72130;
  letter-spacing: 0.5px;
}

/* Breadcrumb container */
.breadcrumb {
  margin-top: 0.5rem;      /* tighter space above */
  margin-bottom: 0.5rem;   /* tighter space below */
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(108, 117, 125, 0.3); /* subtle grey bottom line */
  font-family: 'Arya', sans-serif;
  font-size: 14px;
  background-color: transparent;
}

#t4-section-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Permanent Pink Glow for Weekend Roundups */
.beg-featured-glow {
    box-shadow: 0 0 12px 2px rgba(255, 174, 174, 0.6) !important;
    border: 1px solid #ffaeae !important;
}

.beg-featured-glow:hover {
    box-shadow: 0 0 20px 5px rgba(255, 174, 174, 0.9) !important;
}

/* The Category Pill Styling */
.beg-category-pill {
    background-color: #ffaeae; /* BEG Pink */
    border: 1px solid #D72130; /* BEG Red */
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.beg-pill-text {
    color: #D72130;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* Custom lowercase 'e' icon */
.beg-e-icon {
    font-family: 'Arial', sans-serif; /* Replace with your favicon font if specific */
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: white;
    text-transform: lowercase;
}

/* Image Best-Fit */
.beg-custom-img {
    width: 100%;
    height: 220px;
    object-fit: cover; /* Ensures pro-photo quality regardless of original size */
    display: block;
}