body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #fafafa;
  color: #333;
}

header.hero {
  background: url("store.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

header.hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
}

h1, h2 {
  margin: 0.5em 0;
}

section {
  padding: 2rem;
  text-align: center;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
}
td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}

.status {
  margin-top: 1rem;
  font-weight: bold;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  background: #1e88e5;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #1565c0;
}

footer {
  text-align: center;
  background: #eee;
  padding: 1rem;
  margin-top: 2rem;
}

/* Social section */
.social {
  padding: 2rem;
  text-align: center;
}
.social .fb-page {
  margin: 0 auto;
}

/* Bottle and Facebook updates */
.hero-icon,
.section-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
}

.hero-icon {
  margin-bottom: 0.75rem;
}

.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.facebook-btn,
.facebook-link {
  background: #1877f2;
}

.facebook-btn:hover,
.facebook-link:hover {
  background: #0f5fca;
}

.social {
  background: #f4f7fb;
}

.social-card {
  max-width: 620px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.social-copy {
  max-width: 520px;
  margin: 0 auto 1rem;
}

.facebook-link {
  display: inline-block;
  margin: 0.5rem 0 1.5rem;
  padding: 0.75rem 1.25rem;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.facebook-feed-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  overflow: hidden;
}

.facebook-feed-wrap .fb-page,
.facebook-feed-wrap iframe {
  max-width: 100%;
}

@media (max-width: 600px) {
  .social-card {
    padding: 1.25rem;
  }

  .hero-icon,
  .section-icon {
    width: 58px;
    height: 58px;
  }
}
