.dscgt-wrap {
    margin: 15px 0;
    font-family: inherit;
    color: #222222;
}

.dscgt-section {
    margin: 15px 0;
    padding: 18px;
    border: 1px solid #d7e2ec;
    background: #ffffff;
    box-sizing: border-box;
}

.dscgt-inquiry-section {
    border: 2px solid #c7d9ea;
    background: #f8fbfe;
}

.dscgt-form-row {
    margin: 15px 0;
}

.dscgt-field-label,
.dscgt-inquiry-title {
    display: block;
    margin-bottom: 8px;
    color: #628bb4;
    font-size: 15px;
    font-weight: 700;
}

.dscgt-input,
.dscgt-select,
.dscgt-inquiry-textarea,
.dscgt-picker-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #c7d9ea;
    border-radius: 0;
    box-sizing: border-box;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    outline: none;
}

.dscgt-inquiry-textarea {
    min-height: 140px;
    resize: vertical;
}

.dscgt-input:focus,
.dscgt-select:focus,
.dscgt-inquiry-textarea:focus,
.dscgt-picker-input:focus {
    border-color: #628bb4;
    box-shadow: 0 0 0 1px #628bb4;
}

.dscgt-result-button,
.dscgt-inquiry-button {
    display: block;
    width: 100%;
    min-height: 54px;
    margin: 15px 0;
    border: 0;
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

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

.dscgt-result-item,
.dscgt-info-card,
.dscgt-info-line {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 13px 14px;
    border: 1px solid #dbe7f1;
    background: #f9fbfd;
    box-sizing: border-box;
}

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

.dscgt-result-value {
    display: block;
    color: #111111;
    font-size: 16px;
    line-height: 1.55;
    word-break: keep-all;
}

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

.dscgt-topic-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid #628bb4;
    border-radius: 0;
    background: #ffffff;
    color: #628bb4;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}

.dscgt-topic-button.is-active {
    background: #628bb4;
    color: #ffffff;
}

.dscgt-picker-box {
    position: relative;
}

.dscgt-picker-list {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 20;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #c7d9ea;
    background: #ffffff;
}

.dscgt-picker-list.is-open {
    display: block;
}

.dscgt-picker-item {
    display: block;
    width: 100%;
    padding: 13px 14px;
    border: 0;
    border-bottom: 1px solid #e9eff4;
    background: #ffffff;
    color: #222222;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
}

.dscgt-picker-item:last-child {
    border-bottom: 0;
}

.dscgt-picker-item:hover,
.dscgt-picker-item:focus {
    background: #000000;
    color: #ffffff;
}

.dscgt-info-title {
    display: block;
    margin-bottom: 10px;
    color: #628bb4;
    font-size: 17px;
    font-weight: 700;
}

.dscgt-info-line {
    line-height: 1.7;
    color: #222222;
}

.dscgt-apply-area {
    margin-top: 15px;
}

.dscgt-apply-notice {
    margin: 0 0 10px;
    color: #365a7d;
    font-size: 15px;
    line-height: 1.65;
}

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

.dscgt-share-button {
    display: block;
    width: 100%;
    min-height: 54px;
    margin: 0 0 10px;
    border: 1px solid #446381;
    border-radius: 0;
    background: #ebf2f9;
    color: #35516d;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.dscgt-copy-message,
.dscgt-inquiry-message {
    min-height: 22px;
    margin-top: 8px;
    color: #35516d;
    font-size: 14px;
}

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

    .dscgt-topic-button {
        flex: 1 1 calc(50% - 10px);
    }
}
