.ylc-sources-widget-box {
  border-radius: 12px;
  padding: 18px 40px;
  margin-bottom: 40px;
  font-family: 'Roboto', Arial, sans-serif;
  max-width: 100%;
  border: 1px solid #D2D2D2;
}
.ylc-sources-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.ylc-sources-widget-title {
  font-family: 'Georgia', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #2C2C2C;
}
.ylc-sources-widget-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s;
}
.ylc-sources-widget-list {
  margin-top: 0;
}
.ylc-source-item {
  background: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
}
.ylc-source-item:last-child {
  border-bottom: none;
  padding-bottom: 22px;
}
.ylc-source-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 4px;
}
.ylc-source-desc {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2C2C2C;
  margin-bottom: 8px;
}
.ylc-source-url {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ED1B33;
  text-decoration: underline;
  word-break: break-all;
}
@media (max-width: 600px) {
  .ylc-sources-widget-box {
    padding: 16px 24px;
    border-radius: 16px;
  }
}
