.md-col-article-content .md-column-subsidy-example,
.editor-styles-wrapper .md-column-subsidy-example {
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
  border: 1px solid #dbe5ee;
  border-radius: 5px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.md-col-article-content h2.md-column-subsidy-example__title,
.editor-styles-wrapper h2.md-column-subsidy-example__title {
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0068b7 !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}

.md-col-article-content h2.md-column-subsidy-example__title::before,
.md-col-article-content h2.md-column-subsidy-example__title::after,
.editor-styles-wrapper h2.md-column-subsidy-example__title::before,
.editor-styles-wrapper h2.md-column-subsidy-example__title::after {
  display: none !important;
  content: none !important;
}

.md-col-article-content .md-column-subsidy-example__lead,
.editor-styles-wrapper .md-column-subsidy-example__lead {
  margin: 0;
  padding: 18px 20px;
  color: #12324d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.md-col-article-content .md-column-subsidy-example__visuals,
.editor-styles-wrapper .md-column-subsidy-example__visuals,
.md-col-article-content .md-column-subsidy-example__accordion-content,
.editor-styles-wrapper .md-column-subsidy-example__accordion-content {
  display: grid;
  gap: 16px;
}

.md-col-article-content .md-column-subsidy-example__visuals,
.editor-styles-wrapper .md-column-subsidy-example__visuals {
  padding: 0 20px 20px;
}

.md-col-article-content .md-column-subsidy-example__picture,
.editor-styles-wrapper .md-column-subsidy-example__picture {
  display: block;
}

.md-col-article-content .md-column-subsidy-example__image,
.editor-styles-wrapper .md-column-subsidy-example__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
}

.md-col-article-content .md-column-subsidy-example__accordion,
.editor-styles-wrapper .md-column-subsidy-example__accordion {
  margin: 0 20px 20px;
  border: 1px solid #9cc9e9;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}

.md-col-article-content .md-column-subsidy-example__summary,
.editor-styles-wrapper .md-column-subsidy-example__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  max-width: calc(100% - 32px);
  min-height: 52px;
  margin: 16px auto;
  padding: 13px 24px;
  border: 1px solid #0068b7;
  border-radius: 5px;
  background: #0068b7;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.md-col-article-content .md-column-subsidy-example__summary::-webkit-details-marker,
.editor-styles-wrapper .md-column-subsidy-example__summary::-webkit-details-marker {
  display: none;
}

.md-col-article-content .md-column-subsidy-example__summary:focus-visible,
.editor-styles-wrapper .md-column-subsidy-example__summary:focus-visible {
  outline: 2px solid #073b67;
  outline-offset: 3px;
}

.md-col-article-content .md-column-subsidy-example__summary:hover,
.editor-styles-wrapper .md-column-subsidy-example__summary:hover {
  border-color: #07538d;
  background: #07538d;
}

.md-col-article-content .md-column-subsidy-example__summary:active,
.editor-styles-wrapper .md-column-subsidy-example__summary:active {
  transform: translateY(2px);
}

.md-col-article-content .md-column-subsidy-example__summary-icon,
.editor-styles-wrapper .md-column-subsidy-example__summary-icon {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin: -5px 2px 0 4px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: margin 0.2s ease, transform 0.2s ease;
}

.md-col-article-content .md-column-subsidy-example__summary-icon::before,
.md-col-article-content .md-column-subsidy-example__summary-icon::after,
.editor-styles-wrapper .md-column-subsidy-example__summary-icon::before,
.editor-styles-wrapper .md-column-subsidy-example__summary-icon::after {
  display: none;
}

.md-col-article-content .md-column-subsidy-example__accordion[open] .md-column-subsidy-example__summary-icon,
.editor-styles-wrapper .md-column-subsidy-example__accordion[open] .md-column-subsidy-example__summary-icon {
  margin-top: 5px;
  transform: rotate(225deg);
}

.md-col-article-content .md-column-subsidy-example__accordion-content,
.editor-styles-wrapper .md-column-subsidy-example__accordion-content {
  padding: 16px;
  border-top: 1px solid #dbe5ee;
}

.md-col-article-content .md-column-subsidy-example__cta,
.editor-styles-wrapper .md-column-subsidy-example__cta {
  margin: 0 20px 20px;
  padding: 22px 20px;
  border: 1px solid #c8e4f6;
  border-radius: 5px;
  background: #f2f9fe;
  text-align: center;
}

.md-col-article-content .md-column-subsidy-example__cta-title,
.editor-styles-wrapper .md-column-subsidy-example__cta-title {
  margin: 0 0 8px;
  color: #073b67;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.md-col-article-content .md-column-subsidy-example__cta-description,
.editor-styles-wrapper .md-column-subsidy-example__cta-description {
  margin: 0 0 16px;
  color: #345269;
  font-size: 14px;
  line-height: 1.75;
}

.md-col-article-content .md-column-subsidy-example__cta-button,
.editor-styles-wrapper .md-column-subsidy-example__cta-button {
  --md-column-subsidy-cta-shadow: 0 4px 0 #064679;
  --md-column-subsidy-cta-pressed-shadow: 0 1px 0 #064679;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 620px;
  min-height: 58px;
  padding: 15px 28px;
  border: 1px solid #0068b7;
  border-radius: 5px;
  background: #0068b7;
  box-shadow: var(--md-column-subsidy-cta-shadow);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  animation: md-column-subsidy-example-cta-click 1s infinite;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  will-change: transform, box-shadow;
}

.md-col-article-content .md-column-subsidy-example__cta-button:hover,
.md-col-article-content .md-column-subsidy-example__cta-button:focus-visible,
.editor-styles-wrapper .md-column-subsidy-example__cta-button:hover,
.editor-styles-wrapper .md-column-subsidy-example__cta-button:focus-visible {
  border-color: #07538d;
  background: #07538d;
  color: #ffffff !important;
}

.md-col-article-content .md-column-subsidy-example__cta-button:hover,
.md-col-article-content .md-column-subsidy-example__cta-button:active,
.editor-styles-wrapper .md-column-subsidy-example__cta-button:hover,
.editor-styles-wrapper .md-column-subsidy-example__cta-button:active {
  animation: none;
  transform: translateY(4px);
  box-shadow: none;
}

.md-col-article-content .md-column-subsidy-example__cta-button:focus-visible,
.editor-styles-wrapper .md-column-subsidy-example__cta-button:focus-visible {
  outline: 2px solid #073b67;
  outline-offset: 3px;
}

@keyframes md-column-subsidy-example-cta-click {
  0%,
  20%,
  40%,
  100% {
    transform: translateY(0);
    box-shadow: var(--md-column-subsidy-cta-shadow);
  }

  10%,
  30% {
    transform: translateY(3px);
    box-shadow: var(--md-column-subsidy-cta-pressed-shadow);
  }
}

.editor-styles-wrapper .md-column-subsidy-example-editor {
  padding: 18px;
  border: 1px solid #9cc9e9;
  border-radius: 5px;
  background: #f7fbfe;
}

.editor-styles-wrapper .md-column-subsidy-example-editor__label {
  margin: 0 0 10px;
  color: #0068b7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.editor-styles-wrapper .md-column-subsidy-example-editor__title {
  margin: 0 0 8px;
  color: #12324d;
  font-size: 22px;
  line-height: 1.5;
}

.editor-styles-wrapper .md-column-subsidy-example-editor__lead,
.editor-styles-wrapper .md-column-subsidy-example-editor__note {
  margin: 0;
  color: #345269;
  font-size: 14px;
  line-height: 1.7;
}

.editor-styles-wrapper .md-column-subsidy-example-editor__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.editor-styles-wrapper .md-column-subsidy-example-editor__flow span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e2f2fc;
  color: #075b9b;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .md-col-article-content .md-column-subsidy-example,
  .editor-styles-wrapper .md-column-subsidy-example {
    margin: 32px 0;
  }

  .md-col-article-content h2.md-column-subsidy-example__title,
  .editor-styles-wrapper h2.md-column-subsidy-example__title {
    padding: 14px 16px !important;
    font-size: 20px !important;
  }

  .md-col-article-content .md-column-subsidy-example__lead,
  .editor-styles-wrapper .md-column-subsidy-example__lead {
    padding: 16px 12px;
    font-size: 15px;
  }

  .md-col-article-content .md-column-subsidy-example__visuals,
  .editor-styles-wrapper .md-column-subsidy-example__visuals {
    gap: 12px;
    padding: 0 12px 16px;
  }

  .md-col-article-content .md-column-subsidy-example__accordion,
  .editor-styles-wrapper .md-column-subsidy-example__accordion,
  .md-col-article-content .md-column-subsidy-example__cta,
  .editor-styles-wrapper .md-column-subsidy-example__cta {
    margin-right: 12px;
    margin-left: 12px;
  }

  .md-col-article-content .md-column-subsidy-example__summary,
  .editor-styles-wrapper .md-column-subsidy-example__summary {
    max-width: calc(100% - 24px);
    min-height: 50px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .md-col-article-content .md-column-subsidy-example__accordion-content,
  .editor-styles-wrapper .md-column-subsidy-example__accordion-content {
    gap: 12px;
    padding: 12px;
  }

  .md-col-article-content .md-column-subsidy-example__cta,
  .editor-styles-wrapper .md-column-subsidy-example__cta {
    padding: 18px 14px;
  }

  .md-col-article-content .md-column-subsidy-example__cta-title,
  .editor-styles-wrapper .md-column-subsidy-example__cta-title {
    font-size: 19px;
  }

  .md-col-article-content .md-column-subsidy-example__cta-button,
  .editor-styles-wrapper .md-column-subsidy-example__cta-button {
    width: 100%;
    min-height: 58px;
    padding: 14px;
    box-sizing: border-box;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .md-col-article-content .md-column-subsidy-example__summary,
  .editor-styles-wrapper .md-column-subsidy-example__summary,
  .md-col-article-content .md-column-subsidy-example__summary-icon,
  .editor-styles-wrapper .md-column-subsidy-example__summary-icon,
  .md-col-article-content .md-column-subsidy-example__cta-button,
  .editor-styles-wrapper .md-column-subsidy-example__cta-button {
    animation: none !important;
    transition: none !important;
    will-change: auto;
  }

  .md-col-article-content .md-column-subsidy-example__summary:active,
  .editor-styles-wrapper .md-column-subsidy-example__summary:active,
  .md-col-article-content .md-column-subsidy-example__cta-button:hover,
  .md-col-article-content .md-column-subsidy-example__cta-button:active,
  .editor-styles-wrapper .md-column-subsidy-example__cta-button:hover,
  .editor-styles-wrapper .md-column-subsidy-example__cta-button:active {
    transform: none !important;
  }
}
