/* General layout styles */
.frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Header styles */
.bethelband-logo-wit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 42px 0;
  position: relative;
  flex: 0 0 auto;
}

.logo {
  position: relative;
  width: 361.44px;
  height: 97.11px;
}

.group {
  position: relative;
  width: 361px;
  height: 97px;
}

.frame .vector {
  position: absolute;
  width: 32px;
  height: 67px;
  top: 21px;
  left: 329px;
}

.frame .img {
  position: absolute;
  width: 32px;
  height: 67px;
  top: 21px;
  left: 0;
}

.frame .overlap-group {
  position: absolute;
  width: 98px;
  height: 97px;
  top: 0;
  left: 39px;
}

/* Flyer styles */
.frame .flyer-event {
  position: relative;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* Container and heading styles */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 42px 0;
  position: relative;
  flex: 0 0 auto;
}

.heading {
  display: flex;
  flex-direction: column;
  width: 344.77px;
  align-items: center;
  padding: 0 115.73px 1px 115.7px;
  position: relative;
  flex: 0 0 auto;
  font-family: "Arial-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

.frame .div {
  display: flex;
  width: 344.77px;
  height: 48px;
  align-items: flex-start;
  justify-content: center;
  gap: 31px;
  position: relative;
}

.frame .group-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}

.frame .group-3 {
  position: absolute;
  width: 42px;
  height: 30px;
  top: 9px;
  left: 3px;
}

.frame .group-4 {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 5px;
  left: 5px;
}

.bethelkerk-logo {
  width: 344px;
  height: 114.67px;
  position: relative;
}

/* Social media icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 31px;
}

.group-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Table styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  border: 1px solid #444444;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #1a1a1a, #333333);
}

table th {
  padding: 10px 15px;
  text-align: left;
  background-color: #444444;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 2px solid #666666;
}

table td {
  padding: 10px 15px;
  border-bottom: 1px solid #444444;
}

table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

table tr:last-child td {
  border-bottom: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .frame {
    padding: 20px;
  }

  .logo {
    width: 100%;
    height: auto;
  }

  .flyer-event {
    width: 100%;
    height: auto;
  }

  .container {
    width: 100%;
  }

  .bethelkerk-logo {
    width: 100%;
    height: auto;
  }
}