.fsh-wrap {
    margin: 15px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", Arial, sans-serif;
    color: #111111;
}

.fsh-card,
.fsh-inquiry-card {
    border: 1px solid #d9e2ec;
    background: #ffffff;
    padding: 18px;
    margin: 15px 0;
    box-sizing: border-box;
}

.fsh-title,
.fsh-inquiry-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    color: #111111;
    margin-bottom: 8px;
}

.fsh-desc,
.fsh-inquiry-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4f5b67;
    margin-bottom: 16px;
}

.fsh-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.fsh-category-btn {
    appearance: none;
    border: 1px solid #628bb4;
    background: #ffffff;
    color: #628bb4;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}

.fsh-category-btn.is-active,
.fsh-category-btn:hover,
.fsh-category-btn:focus {
    background: #628bb4;
    color: #ffffff;
}

.fsh-form-area {
    display: block;
}

.fsh-field {
    margin-bottom: 14px;
}

.fsh-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.fsh-custom-select {
    position: relative;
    width: 100%;
}

.fsh-select-input,
.fsh-number-input,
.fsh-text-input,
.fsh-textarea {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #cbd5df;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    box-sizing: border-box;
}

.fsh-textarea {
    min-height: 140px;
    padding: 14px;
    resize: vertical;
    line-height: 1.6;
}

.fsh-select-input::placeholder,
.fsh-number-input::placeholder,
.fsh-text-input::placeholder,
.fsh-textarea::placeholder {
    color: #6b7280;
}

.fsh-select-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #cbd5df;
    z-index: 30;
    max-height: 240px;
    overflow-y: auto;
    box-sizing: border-box;
}

.fsh-select-dropdown[hidden] {
    display: none;
}

.fsh-option {
    width: 100%;
    display: block;
    padding: 12px 14px;
    background: #ffffff;
    color: #111111;
    border: 0;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
}

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

.fsh-inline-note {
    margin-top: 6px;
    font-size: 13px;
    color: #566272;
    line-height: 1.5;
}

.fsh-submit-btn,
.fsh-share-button {
    width: 100%;
    border: 0;
    background: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    height: 52px;
    padding: 0 16px;
    cursor: pointer;
    margin-top: 12px;
    box-sizing: border-box;
}

.fsh-share-button {
    background: #628bb4;
}

.fsh-share-button:hover,
.fsh-share-button:focus {
    filter: brightness(0.95);
}

.fsh-result-area {
    margin-top: 18px;
}

.fsh-result-box,
.fsh-error-box,
.fsh-share-msg,
.fsh-inquiry-result {
    border: 1px solid #d9e2ec;
    background: #f8fbff;
    padding: 14px;
    box-sizing: border-box;
}

.fsh-error-box {
    background: #fff7f7;
    border-color: #f3c2c2;
    color: #a61b1b;
}

.fsh-result-line {
    display: block;
    padding: 11px 12px;
    border: 1px solid #d9e2ec;
    background: #ffffff;
    margin-bottom: 8px;
    line-height: 1.65;
    font-size: 15px;
    color: #111111;
    box-sizing: border-box;
}

.fsh-result-line:last-child {
    margin-bottom: 0;
}

.fsh-result-key {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #628bb4;
    margin-bottom: 4px;
}

.fsh-action-row {
    margin-top: 16px;
}

.fsh-share-msg,
.fsh-inquiry-result {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
}

.fsh-separator {
    margin: 12px 0;
    border-top: 1px dashed #cfd8e3;
}

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

@media (max-width: 640px) {
    .fsh-card,
    .fsh-inquiry-card {
        padding: 14px;
    }

    .fsh-category-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
