#fw-section-custom-html-d7e1d3bd-6aa1-49dd-99ba-b62053817046 {

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.youtube-feed {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.youtube-feed h1 {
  text-align: center;
  color: #333;
}

#videos-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.video {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.video:hover {
  transform: scale(1.03);
}

.video img {
  width: 100%;
  height: auto;
  display: block;
}

.video p {
  margin: 10px;
  font-size: 16px;
  color: #555;
}

.video a {
  text-decoration: none;
}

}

#fw-section-custom-html-bf89fb63-4041-49a0-8f90-944661e14b7b {

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fdf3f8;
}

.youtube-feed {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #fdf3f8;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.youtube-feed h1 {
  text-align: center;
  color: #fdf3f8;
}

#videos-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.video {
  background: #fdf3f8;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.video:hover {
  transform: scale(1.03);
}

.video img {
  width: 100%;
  height: auto;
  display: block;
}

.video p {
  margin: 10px;
  font-size: 16px;
  color: #fdf3f8;
}

.video a {
  text-decoration: none;
}

}

#fw-section-custom-html-92c82250-1574-46a9-8122-57478b04f4dd {

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.youtube-feed {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.youtube-feed h1 {
  text-align: center;
  color: #333;
}

.channel-section {
  margin-top: 40px;
}

.channel-section h2 {
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

.videos-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.video {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.video:hover {
  transform: scale(1.03);
}

.video img {
  width: 100%;
  height: auto;
  display: block;
}

.video p {
  margin: 10px;
  font-size: 16px;
  color: #555;
}

.video a {
  text-decoration: none;
}

}