/* allergy/css/style.css */

.allergy-title-inner {
  background-image: url(../../img/base/title.jpg);
}

.about-img {
  width: 100%;
  margin: 2em 0;
  text-align: center;
  background-color: #CCECF9;
  padding: 2em 0;
  border-radius: 10px;
}

.about-img img {
  max-width: 100%;
  height: auto;
}

.allergy-box {
  margin: 2em 0;
}

.allergy-box-title {
  background-color: #e8f6fb;
  color: #036EB8;
  padding: 0.7em 1em;
  margin-bottom: 0;
  font-weight: bold;
}

.allergy-box-list {
  padding: 1.2em 1.5em;
  margin: 0;
}

.allergy-box-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 1em;
}

.allergy-box-list li:last-child {
  margin-bottom: 0;
}

.allergy-box-dot {
  width: 14px;
  height: 14px;
  background: #036EB8;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
  display: inline-block;
}

.allergy-box-note {
  padding: 0 1.5em 1.2em;
  margin: 0;
}

.allergy-flow-img-wrapper {
  margin: 2em 0;
}

.allergy-flow-img-wrapper img {
  max-width: 100%;
  height: auto;
}

.allergy-flow-list {
  margin: 2em 0;
}

.allergy-flow-list li {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1.5em;
}

.allergy-flow-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.allergy-flow-num {
  background: #036EB8;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.allergy-flow-title {
  color: #036EB8;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.allergy-flow-text {
  margin: 0;
}
