.youth-job-jump-info-wrap {
    margin: 15px 0;
    padding: 16px;
    border: 1px solid #d8e3ee;
    background: #ffffff;
    box-sizing: border-box;
}

.youth-job-jump-info-wrap * {
    box-sizing: border-box;
}

.yjji-field-row {
    display: block;
    width: 100%;
    margin: 0 0 14px;
}

.yjji-label {
    display: block;
    margin: 0 0 8px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.yjji-search-box {
    position: relative;
    width: 100%;
}

.yjji-search-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #628bb4;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    border-radius: 0;
}

.yjji-search-input:focus {
    border-color: #4d759c;
    box-shadow: 0 0 0 1px #4d759c;
}

.yjji-suggestion-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #c9d8e7;
    background: #ffffff;
}

.yjji-suggestion-item {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-bottom: 1px solid #eef3f8;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.45;
    cursor: pointer;
}

.yjji-suggestion-item:last-child {
    border-bottom: 0;
}

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


.yjji-button-row {
    display: block;
}

.yjji-submit-button,
.yjji-reset-button {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

.yjji-reset-button {
    margin-top: 10px;
}

.yjji-result-area {
    display: block;
    width: 100%;
    margin-top: 14px;
}

.yjji-result-title {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 14px;
    background: #628bb4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}

.yjji-result-line {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 13px 14px;
    border: 1px solid #d8e3ee;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.6;
}

.yjji-result-note {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 13px 14px;
    border: 1px solid #d8e3ee;
    background: #f7fbff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.6;
}

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: 767px) {
    .youth-job-jump-info-wrap {
        padding: 14px;
    }

    .yjji-label,
    .yjji-search-input,
    .yjji-result-title,
    .yjji-result-line,
    .yjji-result-note {
        font-size: 15px;
    }

    .yjji-submit-button,
    .yjji-reset-button,
    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 {
        font-size: 16px;
    }
}
