.lrf-wrap {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #111111;
}

.lrf-box {
    border: 1px solid #d8e2ec;
    background: #ffffff;
    padding: 18px;
    box-sizing: border-box;
}

.lrf-main-box {
    margin-bottom: 0;
}

.lrf-divider {
    height: 24px;
    border-bottom: 2px dashed #d7e4f0;
    margin: 10px 0 18px;
}

.lrf-field-label,
.lrf-inquiry-title,
.lrf-result-title {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    margin: 0 0 12px;
}

.lrf-search-wrap {
    position: relative;
}

.lrf-search-input,
.lrf-inquiry-text {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c6d4e1;
    background: #ffffff;
    color: #111111;
    padding: 14px 15px;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.lrf-search-input:focus,
.lrf-inquiry-text:focus {
    border-color: #628bb4;
}

.lrf-search-input {
    cursor: text;
}

.lrf-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #c6d4e1;
    max-height: 320px;
    overflow-y: auto;
    z-index: 99;
    display: none;
}

.lrf-dropdown.is-open {
    display: block;
}

.lrf-option,
.lrf-result-row {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.lrf-option {
    padding: 13px 15px;
    border-bottom: 1px solid #edf2f7;
    cursor: pointer;
    color: #111111;
    background: #ffffff;
}

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

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

.lrf-check-button,
.lrf-inquiry-button {
    width: 100%;
    border: 0;
    background: #000000;
    color: #ffffff;
    padding: 16px 18px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 0;
    cursor: pointer;
    margin: 15px 0 0;
    box-sizing: border-box;
}

.lrf-check-button:hover,
.lrf-inquiry-button:hover {
    opacity: 0.92;
}

.lrf-result-area {
    margin-top: 18px;
    border-top: 1px solid #e6eef5;
    padding-top: 18px;
}

.lrf-result-row {
    border: 1px solid #d9e5f0;
    background: #f8fbfe;
    padding: 14px;
    margin: 0 0 10px;
}

.lrf-result-label {
    font-size: 15px;
    font-weight: 800;
    color: #4d759c;
    margin: 0 0 4px;
}

.lrf-result-value {
    font-size: 16px;
    color: #111111;
    margin: 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%;
}
}

.lrf-share-button {
    width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    margin: -8px 0 0;
    border: 1px solid #3a8f63;
    background: linear-gradient(180deg, #5ab580 0%, #3fa76b 48%, #2f8c59 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 10px 22px rgba(63, 167, 107, 0.24), inset 0 1px 0 rgba(255,255,255,0.2);
    cursor: pointer;
    border-radius: 0;
}

.lrf-share-button:hover {
    transform: translateY(-1px);
}

.lrf-share-message,
.lrf-inquiry-message {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #d9e5f0;
    background: #f8fbfe;
    color: #111111;
}

.lrf-inquiry-text {
    min-height: 130px;
    resize: vertical;
}

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

    .lrf-field-label,
    .lrf-inquiry-title,
    .lrf-result-title,
    .lrf-check-button,
    .lrf-inquiry-button,
    .lrf-share-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;
    }
}
