/* SASS variables generated from media-sizes.json */
.button-primary {
  background-color: #5ab52b;
  color: #000000;
}

.button-secondary {
  background-color: #c0e1b8;
  color: #000000;
}

.hover-background-primary-lightest:hover {
  background-color: #eff4fb;
  color: #162c40;
  transition: color 0.2s;
}

.theme-info {
  background-color: #294a71;
  color: #ebf9e8;
}

.theme-info-alt {
  background-color: #c0e1b8;
  color: #294a71;
}

.theme-header {
  color: #294a71;
}

.theme-icon {
  color: #294a71;
}
.theme-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-link {
  color: #325989;
  transition: color 0.2s;
}
.theme-link:active {
  color: #294a71;
}
.theme-link:hover {
  color: #7090b5;
}

.theme-icon-alt {
  color: #c0e1b8;
}
.theme-icon-alt svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-section-header {
  background-color: #294a71;
  color: #ddf1d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 40px 20px 40px 20px;
}
.theme-section-header p {
  color: #ddf1d9;
}

.theme-divider {
  height: 5px;
  width: 100%;
  background-color: #294a71;
  margin: 15px 0px;
}

.theme-cta {
  color: #325989;
}

.theme-section-alt-header {
  background-color: #eff4fb;
  color: #294a71;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme-section-alt-header p {
  color: #1f3b58;
  margin: 0px;
}

.theme-background {
  background-color: whitesmoke;
}

.theme-section {
  background-color: #eff4fb;
  color: #000000;
  margin-top: 50px;
}

.theme-subsection {
  background-color: #ddf1d9;
  color: #294a71;
}
.theme-subsection h1 h2 h3 {
  color: #294a71;
}
.theme-subsection p {
  color: #1f3b58;
  margin: 5px;
}
.theme-subsection p.profile-experience {
  margin-top: 20px;
}

.podcast-container {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
  max-width: 600px;
  margin: auto;
}
.podcast-container img {
  width: 100px;
  height: auto;
  border-radius: 8px;
  margin-right: 15px;
}
.podcast-container .podcast-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.podcast-container .podcast-content h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #294a71;
}
.podcast-container .podcast-content p {
  margin: 5px 0;
  color: #294a71;
}
.podcast-container .podcast-content .podcast-controls {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.podcast-container .podcast-content .podcast-controls a {
  display: inline-block;
  text-align: center;
  background-color: #1fa6a5;
  color: #162c40;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .podcast-container {
    flex-direction: column;
    text-align: center;
  }
  .podcast-content {
    align-items: center;
  }
  .podcast-content .podcast-controls {
    flex-direction: column;
  }
  img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=podcast.css.map */
