.bpc-wrap {
  margin: 15px 0;
  color: #1f2a37;
  font-size: 16px;
  line-height: 1.6;
}

.bpc-wrap * {
  box-sizing: border-box;
}

.bpc-card {
  margin: 15px 0;
  padding: 18px;
  border: 1px solid #dbe5ee;
  background: #ffffff;
}

.bpc-inquiry-card {
  margin-top: 30px;
  border-top: 3px solid #628bb4;
  background: #f8fbff;
}

.bpc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.bpc-field,
.bpc-field-select {
  width: 100%;
}

.bpc-text-input,
.bpc-searchable-input,
.bpc-inquiry-textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid #c8d6e4;
  background: #ffffff;
  color: #1f2a37;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
}

.bpc-text-input:focus,
.bpc-searchable-input:focus,
.bpc-inquiry-textarea:focus {
  border-color: #628bb4;
}

.bpc-searchable {
  position: relative;
}

.bpc-searchable-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #c8d6e4;
  background: #ffffff;
}

.bpc-searchable-option {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  background: #ffffff;
  color: #1f2a37;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0;
}

.bpc-searchable-option:last-child {
  border-bottom: 0;
}

.bpc-searchable-option:hover,
.bpc-searchable-option:focus {
  background: #000000;
  color: #ffffff;
}

.bpc-searchable-option.is-empty,
.bpc-searchable-option.is-empty:hover,
.bpc-searchable-option.is-empty:focus {
  background: #f8fafc;
  color: #6b7280;
  cursor: default;
}

.bpc-black-button,
.bpc-black-button:hover,
.bpc-black-button:focus,
.bpc-black-button:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin: 15px 0;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.bpc-result,
.bpc-info-result {
  margin-top: 15px;
}

.bpc-result-row {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 15px;
  border: 1px solid #dbe5ee;
  background: #ffffff;
}

.bpc-result-row-good {
  border-color: #628bb4;
  background: #f5f9fd;
}

.bpc-result-row-bad {
  border-color: #111111;
  background: #fafafa;
}

.bpc-result-row-notice {
  border-color: #c7d7e8;
  background: #f8fbff;
}

.bpc-result-label {
  display: block;
  margin-bottom: 4px;
  color: #628bb4;
  font-size: 14px;
  font-weight: 700;
}

.bpc-result-value {
  display: block;
  color: #1f2a37;
  font-size: 16px;
  font-weight: 500;
}

.bpc-topic-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px;
}

.bpc-topic-button {
  flex: 1 1 170px;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid #628bb4;
  background: #ffffff;
  color: #628bb4;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
}

.bpc-topic-button.is-active,
.bpc-topic-button:hover,
.bpc-topic-button:focus {
  background: #628bb4;
  color: #ffffff;
}

.bpc-detail-select-wrap {
  margin: 15px 0;
}

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 25px;
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%;
}
}

.bpc-share-button,
.bpc-share-button:hover,
.bpc-share-button:focus,
.bpc-share-button:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin: 0 0 10px;
  padding: 16px 20px;
  border: 1px solid #405972;
  border-radius: 0;
  background: linear-gradient(180deg, #5f738a 0%, #4d6177 48%, #3d4f62 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.bpc-share-message,
.bpc-inquiry-message {
  margin-top: 8px;
  color: #628bb4;
  font-size: 14px;
  font-weight: 600;
}

.bpc-inquiry-title {
  margin-bottom: 12px;
  color: #1f2a37;
  font-size: 20px;
  font-weight: 800;
}

.bpc-inquiry-textarea {
  min-height: 180px;
  resize: vertical;
}

@media (max-width: 767px) {
  .bpc-card {
    padding: 15px;
  }

  .bpc-topic-button {
    flex-basis: calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .bpc-topic-button {
    flex-basis: 100%;
  }
}
