.u-mod-ul__style1 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding-left: 0;
}

.u-mod-ul__style1 > li {
  flex: 0 0 100%;
  position: relative;
  padding-left: 2.2rem;
}

.u-mod-ul__style1 > li::before {
  position: absolute;
  z-index: 10;
  top: 3px;
  left: 0;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/wp-content/uploads/2025/02/Logo-02-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

h2 strong {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: var(--v-color__6);
  color: var(--v-color__2);
}

.u-mod-iframe__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

.u-mod__card {
  display: flex;
  align-items: stretch;
}

.u-mod__card > .w153-pbd-element__inner--0 {
  flex: 0 0 100%;
  background-color: var(--v-color__2);
  overflow: hidden;
  border-radius: var(--v-border-radius__md);
  box-shadow: var(--v-shadow__default);
}

.u-mod-video__fullhd {
  aspect-ratio: 1920 / 1080;
  width: 100%;
  height: auto;
}
