.fb-reels-section {
  padding: 30px 0;
}

.fb-reel-wrapper {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.fb-reel-box {
  width: 100%;
  height: 430px;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.fb-reel-box iframe {
  width: 100%;
  height: 430px;
}

.fb-reel-title {
  margin-top: 10px;
  font-size: 14px;
}
