html, body {
  scroll-padding-top: 96px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.jada-guide {
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}
.jada-guide__container {
  max-width: 900px;
  margin: 0 auto;
}
.jada-guide__section {
  margin: 4rem auto;
}
.jada-guide__section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #e91e63;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  flex-shrink: 0;
}
.jada-guide__section-title {
  margin: 0;
  font-weight: bold;
  color: #e91e63;
}
.jada-guide__text {
  line-height: 1.8;
}
.jada-guide__url a {
  color: #2196f3;
  text-decoration: none;
  word-break: break-all;
}
.jada-guide__url a:hover, .jada-guide__url a:focus {
  text-decoration: underline;
  outline-offset: 2px;
}
.jada-guide__url a:focus-visible {
  outline: 2px solid #2196f3;
  outline-offset: 2px;
}
.jada-guide__image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.jada-guide__example-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .jada-guide__example-search {
    flex-direction: column;
    align-items: flex-start;
  }
}
.jada-guide__example-label {
  color: #666;
}
.jada-guide__example-label:not(:last-child) {
  margin-right: 20px;
}
.jada-guide__result-explanation {
  display: flex;
  flex-direction: column;
}
.jada-guide__result-image {
  flex: 1;
  margin: 0;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.jada-guide__result-image .jada-guide__image {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.jada-guide__tue-status {
  display: block;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.jada-guide__tue-note {
  line-height: 1.6;
  color: #666;
  text-align: left;
}
.jada-guide__tue-note strong {
  color: #333;
}
.jada-guide__save-example {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jada-guide__save-example {
    flex-direction: row;
    align-items: flex-start;
  }
}
.jada-guide__save-image {
  flex: 1;
  margin: 0;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.jada-guide__save-image .jada-guide__image {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.jada-guide__tue-section {
  margin-top: 3rem;
}
.jada-guide__tue-pattern {
  background-color: #fff;
  border: 2px solid #ddd;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.jada-guide__tue-pattern:last-child {
  margin-bottom: 0;
}
.jada-guide__tue-header {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #fff;
}
@media (max-width: 768px) {
  .jada-guide__tue-header {
    flex-direction: column;
  }
}
.jada-guide__tue-img {
  width: 100%;
  max-width: 350px;
}
.jada-guide__tue-img img {
  width: 100%;
  height: auto;
}
.jada-guide__tue-result {
  display: flex;
  flex: 1;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .75rem;
  background-color: #f5f5f5;
}
.jada-guide__tue-result-text {
  margin: 0;
  line-height: 1;
  color: #333;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .jada-guide__tue-result-text {
    font-size: 0.95rem;
  }
}
.jada-guide__tue-highlight {
  font-weight: bold;
  padding: 0 0.25rem;
}
.jada-guide__tue-highlight--green {
  color: #2e7d32;
}
.jada-guide__tue-highlight--red {
  color: #c62828;
}
.jada-guide__tue-highlight--orange {
  color: #f57c00;
}
.jada-guide__tue-content {
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .jada-guide__tue-content {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
}
.jada-guide__tue-info {
  flex: 1;
}
.jada-guide__tue-bullet {
  margin: 0 0 1rem 0;
  font-size: .75rem;
  line-height: 1;
  color: #333;
}
.jada-guide__tue-bullet:last-child {
  margin-bottom: 0;
}
.jada-guide__tue-bullet span {
  text-decoration: underline;
}
.jada-guide__tue-bullet strong {
  font-weight: bold;
  color: #333;
}
.jada-guide__tue-text {
  margin: 0;
  color: #333;
}
.jada-guide__tue-note-small {
  display: block;
  margin-top: 0.75rem;
  color: #666;
}
.jada-guide__tue-notice {
  flex: 0 0 auto;
  width: 280px;
  padding: 1rem;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .jada-guide__tue-notice {
    width: 100%;
  }
}
.jada-guide__tue-notice--pink {
  background-color: #fce4ec;
  border: 1px solid #f8bbd0;
}
.jada-guide__tue-notice-title {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: bold;
  color: #e91e63;
}
.jada-guide__tue-notice-text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #333;
}
.jada-guide__tue-notice-small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #666;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
:focus-visible {
  outline: 2px solid #2196f3;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
