.pgc-wrap {
  margin: 15px 0;
  box-sizing: border-box;
  color: #1f2937;
  font-size: 16px;
}

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

.pgc-section {
  margin: 15px 0;
  padding: 18px;
  border: 1px solid #d9e4ef;
  background: #ffffff;
}

.pgc-inquiry-section {
  border-color: #cfdceb;
  background: #f8fbff;
}

.pgc-field-row,
.pgc-result-card,
.pgc-topic-card,
.pgc-inquiry-title,
.pgc-inquiry-result {
  width: 100%;
  display: block;
}

.pgc-field-row {
  margin: 15px 0;
}

.pgc-field-label {
  display: block;
  margin: 0 0 8px;
  color: #628bb4;
  font-size: 14px;
  font-weight: 700;
}

.pgc-combobox {
  position: relative;
}

.pgc-combobox-input {
  width: 100%;
  min-height: 52px;
  padding: 14px 14px;
  border: 1px solid #b9c9d8;
  background: #ffffff;
  color: #111827;
  outline: none;
}

.pgc-combobox-input:focus {
  border-color: #628bb4;
  box-shadow: 0 0 0 3px rgba(98, 139, 180, 0.12);
}

.pgc-option-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #c9d7e4;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.pgc-option-item {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #eef3f8;
  background: #ffffff;
  color: #1f2937;
  text-align: left;
  cursor: pointer;
  display: block;
}

.pgc-option-item:last-child {
  border-bottom: 0;
}

.pgc-option-item:hover,
.pgc-option-item:focus,
.pgc-option-item.is-active {
  background: #000000;
  color: #ffffff;
}

.pgc-empty-text {
  padding: 12px 14px;
  color: #64748b;
  background: #ffffff;
}

.pgc-submit-button,
.pgc-inquiry-button {
  width: 100%;
  min-height: 56px;
  margin: 15px 0;
  padding: 16px 20px;
  border: 0;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.pgc-submit-button:hover,
.pgc-submit-button:focus,
.pgc-inquiry-button:hover,
.pgc-inquiry-button:focus {
  opacity: 0.92;
}

.pgc-result-card,
.pgc-topic-card {
  margin: 15px 0;
  padding: 18px;
  border: 1px solid #d8e5f0;
  background: #ffffff;
}

.pgc-result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  background: #628bb4;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.pgc-result-title,
.pgc-card-title {
  margin: 12px 0 8px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.pgc-result-summary,
.pgc-card-summary {
  margin: 0 0 14px;
  color: #374151;
  line-height: 1.65;
}

.pgc-list,
.pgc-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pgc-list li,
.pgc-meta-item {
  display: block;
  margin: 10px 0;
  padding: 12px 14px;
  background: #f8fbff;
  border: 1px solid #e3edf6;
  line-height: 1.6;
}

.pgc-subtitle {
  margin: 18px 0 8px;
  color: #628bb4;
  font-size: 15px;
  font-weight: 700;
}

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

.pgc-topic-button {
  min-width: 92px;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid #628bb4;
  background: #ffffff;
  color: #628bb4;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

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

.pgc-topic-detail-area {
  margin: 15px 0;
}

.pgc-inquiry-title {
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
}

.pgc-inquiry-textarea {
  width: 100%;
  min-height: 150px;
  padding: 14px;
  border: 1px solid #b9c9d8;
  background: #ffffff;
  color: #111827;
  resize: vertical;
  outline: none;
}

.pgc-inquiry-textarea:focus {
  border-color: #628bb4;
  box-shadow: 0 0 0 3px rgba(98, 139, 180, 0.12);
}

.pgc-inquiry-result {
  margin-top: 10px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #d8e5f0;
  color: #1f2937;
}

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

.pgc-share-button {
  width: 100%;
  min-height: 56px;
  margin: 0 0 15px;
  padding: 16px 20px;
  border: 1px solid #345575;
  background: linear-gradient(180deg, #4a6d90 0%, #3f6183 48%, #2f4d69 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.pgc-share-result {
  margin: -4px 0 15px;
  color: #345575;
  font-size: 14px;
}

@media (max-width: 640px) {
  .pgc-section {
    padding: 15px;
  }

  .pgc-result-title,
  .pgc-card-title,
  .pgc-inquiry-title {
    font-size: 19px;
  }
}
