.svb-wrap {
  margin: 15px 0;
  box-sizing: border-box;
  color: #1f2d3d;
}

.svb-main,
.svb-inquiry-section {
  box-sizing: border-box;
  width: 100%;
}

.svb-category-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin: 15px 0;
}

.svb-category-button {
  appearance: none;
  border: 1px solid #628bb4;
  background: #ffffff;
  color: #628bb4;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 88px;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  box-sizing: border-box;
}

.svb-category-button span {
  display: block;
  word-break: keep-all;
}

.svb-category-button.is-active,
.svb-category-button:hover,
.svb-category-button:focus {
  background: #628bb4;
  color: #ffffff;
  outline: none;
}

.svb-search-wrap {
  position: relative;
  margin: 15px 0;
}

.svb-search-input {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #628bb4;
  border-radius: 0;
  font-size: 16px;
  color: #1f2d3d;
  box-sizing: border-box;
}

.svb-search-input:focus {
  outline: none;
  border-color: #4d759c;
}

.svb-search-input[disabled] {
  background: #f4f7fb;
  color: #74808c;
  cursor: not-allowed;
}

.svb-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #d0d9e2;
  background: #ffffff;
  z-index: 30;
  display: none;
  box-sizing: border-box;
}

.svb-dropdown.is-open {
  display: block;
}

.svb-dropdown-item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  background: #ffffff;
  color: #1f2d3d;
  text-align: left;
  padding: 14px 16px;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

.svb-dropdown-item:hover,
.svb-dropdown-item:focus {
  background: #000000;
  color: #ffffff;
  outline: none;
}

.svb-dropdown-item.is-empty,
.svb-dropdown-item.is-empty:hover,
.svb-dropdown-item.is-empty:focus {
  background: #ffffff;
  color: #6b7280;
  cursor: default;
}

.svb-submit-button,
.svb-inquiry-button {
  appearance: none;
  width: 100%;
  min-height: 56px;
  border: 0;
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  margin: 15px 0;
  box-sizing: border-box;
}

.svb-submit-button:hover,
.svb-submit-button:focus,
.svb-inquiry-button:hover,
.svb-inquiry-button:focus {
  opacity: 0.92;
  outline: none;
}

.svb-result {
  display: none;
  margin: 15px 0;
}

.svb-result.is-visible {
  display: block;
}

.svb-result-card {
  border: 1px solid #d8e2ec;
  background: #ffffff;
  padding: 18px;
  box-sizing: border-box;
}

.svb-result-category {
  font-size: 13px;
  font-weight: 700;
  color: #628bb4;
  margin-bottom: 8px;
}

.svb-result-title {
  font-size: 20px;
  font-weight: 800;
  color: #1f2d3d;
  margin-bottom: 14px;
  word-break: keep-all;
}

.svb-result-content {
  display: block;
}

.svb-result-row,
.svb-message {
  display: block;
  width: 100%;
  border: 1px solid #eef2f6;
  background: #f8fbff;
  padding: 14px 16px;
  margin: 0 0 10px;
  line-height: 1.7;
  box-sizing: border-box;
  word-break: keep-all;
}

.svb-message {
  background: #ffffff;
}

.svb-actions {
  margin: 15px 0;
}

.svb-actions.is-hidden {
  display: none;
}

a.eitc-apply-button,
 a.eitc-apply-button:link,
 a.eitc-apply-button:visited,
 a.eitc-apply-button:hover,
 a.eitc-apply-button:focus,
 a.eitc-apply-button:active {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 min-height: 56px;
 padding: 16px 20px;
 margin: 15px 0 12px;
 border: 1px solid #4d759c;
 background: linear-gradient(180deg, #7399c0 0%, #628bb4 48%, #4d759c 100%);
 color: #ffffff !important;
 font-size: 18px;
 font-weight: 800;
 letter-spacing: -0.02em;
 text-decoration: none !important;
 box-shadow: 0 12px 24px rgba(98, 139, 180, 0.26), inset 0 1px 0 rgba(255,255,255,0.25);
 overflow: hidden;
 transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
 animation: eitcApplyPulse 1.7s ease-in-out infinite;
 box-sizing: border-box;
 -webkit-text-fill-color: #ffffff !important;
 }

 a.eitc-apply-button span,
 a.eitc-apply-button span:link,
 a.eitc-apply-button span:visited,
 a.eitc-apply-button span:hover,
 a.eitc-apply-button span:focus,
 a.eitc-apply-button span:active {
 position: relative;
 z-index: 2;
 color: #ffffff !important;
 -webkit-text-fill-color: #ffffff !important;
 }

 a.eitc-apply-button::before {
 content: '';
 position: absolute;
 top: 0;
 left: -30%;
 width: 24%;
 height: 100%;
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 50%, rgba(255,255,255,0) 100%);
 transform: skewX(-18deg);
 animation: eitcApplyShine 2.8s linear infinite;
 z-index: 1;
 }

 a.eitc-apply-button:hover,
 a.eitc-apply-button:focus {
 color: #ffffff !important;
 -webkit-text-fill-color: #ffffff !important;
 transform: translateY(-1px);
 box-shadow: 0 16px 28px rgba(98, 139, 180, 0.34), inset 0 1px 0 rgba(255,255,255,0.25);
 filter: saturate(1.05);
 }

 a.eitc-apply-button:active {
 color: #ffffff !important;
 -webkit-text-fill-color: #ffffff !important;
 transform: translateY(1px);
 box-shadow: 0 8px 16px rgba(98, 139, 180, 0.26), inset 0 2px 6px rgba(0,0,0,0.15);
 }

@keyframes eitcApplyPulse {
 0%, 100% {
 box-shadow: 0 12px 24px rgba(98, 139, 180, 0.26), inset 0 1px 0 rgba(255,255,255,0.25);
 }
 50% {
 box-shadow: 0 16px 30px rgba(98, 139, 180, 0.34), inset 0 1px 0 rgba(255,255,255,0.3);
 }
}

@keyframes eitcApplyShine {
 0% {
 left: -30%;
 }
 100% {
 left: 120%;
 }
}

.svb-share-button {
  appearance: none;
  width: 100%;
  min-height: 54px;
  border: 1px solid #628bb4;
  background: #ecf3fb;
  color: #36597a;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
}

.svb-share-button:hover,
.svb-share-button:focus {
  background: #dce9f7;
  outline: none;
}

.svb-share-notice,
.svb-inquiry-notice {
  display: none;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #d8e2ec;
  background: #f8fbff;
  color: #243648;
  box-sizing: border-box;
  line-height: 1.6;
}

.svb-share-notice.is-visible,
.svb-inquiry-notice.is-visible {
  display: block;
}

.svb-inquiry-section {
  margin-top: 36px;
  padding: 22px;
  border: 1px solid #d8e2ec;
  background: #fbfdff;
}

.svb-inquiry-title {
  font-size: 18px;
  font-weight: 800;
  color: #1f2d3d;
  margin-bottom: 12px;
}

.svb-inquiry-textarea {
  width: 100%;
  min-height: 140px;
  padding: 14px 16px;
  border: 1px solid #628bb4;
  border-radius: 0;
  resize: vertical;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
}

.svb-inquiry-textarea:focus {
  outline: none;
  border-color: #4d759c;
}

@media (max-width: 767px) {
  .svb-category-buttons {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .svb-category-button {
    min-height: 78px;
    font-size: 16px;
    padding: 8px 10px;
  }

  .svb-result-title {
    font-size: 18px;
  }
}
