.ccoc-wrap {
    margin: 15px 0;
    padding: 18px;
    border: 1px solid #d9e4ef;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.ccoc-wrap * {
    box-sizing: border-box;
}

.ccoc-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2d3d;
}

.ccoc-desc {
    margin: 0 0 16px;
    color: #4a5568;
    font-size: 15px;
}

.ccoc-list {
    display: block;
}

.ccoc-row {
    display: block;
    width: 100%;
    padding: 14px;
    margin: 0 0 12px;
    border: 1px solid #dbe7f2;
    background: #f9fbfd;
}

.ccoc-row:last-child {
    margin-bottom: 0;
}

.ccoc-row-text {
    display: block;
    margin: 0 0 12px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
}

.ccoc-ox {
    display: flex;
    gap: 10px;
    width: 100%;
}

.ccoc-ox-btn {
    appearance: none;
    border: 1px solid #628bb4;
    background: #ffffff;
    color: #628bb4;
    padding: 11px 0;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ccoc-ox-btn:hover,
.ccoc-ox-btn:focus {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    outline: none;
}

.ccoc-ox-btn.is-active {
    background: #628bb4;
    color: #ffffff;
    border-color: #628bb4;
}

.ccoc-ox-btn.is-active:hover,
.ccoc-ox-btn.is-active:focus {
    background: #000000;
    border-color: #000000;
}

.ccoc-check-btn {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    padding: 15px 12px;
    border: 0;
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.ccoc-check-btn:hover,
.ccoc-check-btn:focus {
    opacity: 0.92;
    outline: none;
}

.ccoc-result {
    margin-top: 16px;
}

.ccoc-result-box {
    display: block;
    width: 100%;
    padding: 14px;
    margin: 0 0 12px;
    border: 1px solid #dbe7f2;
    background: #f6f9fc;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ccoc-result-box:last-child {
    margin-bottom: 0;
}

.ccoc-result-label {
    margin: 0 0 6px;
    font-size: 14px;
    color: #4b5563;
}

.ccoc-result-value {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #628bb4;
}

.ccoc-result-text {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
}

.ccoc-result-value.is-low,
.ccoc-result-text.is-low {
    color: #2f855a;
}

.ccoc-result-value.is-medium,
.ccoc-result-text.is-medium {
    color: #b7791f;
}

.ccoc-result-value.is-high,
.ccoc-result-text.is-high {
    color: #c53030;
}

.ccoc-result-box.is-low {
    border-color: #c6f6d5;
    background: #f0fff4;
}

.ccoc-result-box.is-medium {
    border-color: #f6e05e;
    background: #fffaf0;
}

.ccoc-result-box.is-high {
    border-color: #feb2b2;
    background: #fff5f5;
}

.ccoc-result-action {
    margin-top: 8px;
}

.ccoc-wrap a.eitc-apply-button,
.ccoc-wrap a.eitc-apply-button:link,
.ccoc-wrap a.eitc-apply-button:visited,
.ccoc-wrap a.eitc-apply-button:hover,
.ccoc-wrap a.eitc-apply-button:focus,
.ccoc-wrap a.eitc-apply-button:active,
.ccoc-wrap a.eitc-apply-button.is-clicked,
.ccoc-wrap a.eitc-apply-button.is-clicked:link,
.ccoc-wrap a.eitc-apply-button.is-clicked:visited {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    margin: 15px 0 12px;
    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;
}

.ccoc-wrap a.eitc-apply-button span,
.ccoc-wrap a.eitc-apply-button span:link,
.ccoc-wrap a.eitc-apply-button span:visited,
.ccoc-wrap a.eitc-apply-button span:hover,
.ccoc-wrap a.eitc-apply-button span:focus,
.ccoc-wrap a.eitc-apply-button span:active {
    position: relative;
    z-index: 2;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.ccoc-wrap 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;
}

.ccoc-wrap a.eitc-apply-button:hover,
.ccoc-wrap 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);
    outline: none;
}

.ccoc-wrap a.eitc-apply-button:active,
.ccoc-wrap a.eitc-apply-button.is-clicked,
.ccoc-wrap a.eitc-apply-button.is-clicked:link,
.ccoc-wrap a.eitc-apply-button.is-clicked:visited {
    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);
    }
}

.ccoc-share-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 15px 20px;
    margin: 0 0 25px;
    border: 1px solid #628bb4;
    background: #ffffff;
    color: #628bb4;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(98, 139, 180, 0.14);
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.ccoc-share-button span {
    position: relative;
    z-index: 2;
}

.ccoc-share-button:hover,
.ccoc-share-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(98, 139, 180, 0.18);
    outline: none;
}

.ccoc-share-button:active,
.ccoc-share-button.is-clicked {
    background: #628bb4;
    border-color: #628bb4;
    color: #ffffff;
    transform: translateY(1px);
    box-shadow: 0 8px 16px rgba(98, 139, 180, 0.24);
}

@keyframes eitcApplyShine {
    0% {
        left: -30%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 767px) {
    .ccoc-wrap {
        padding: 16px;
    }

    .ccoc-row {
        padding: 12px;
    }

    .ccoc-ox {
        gap: 8px;
    }

    .ccoc-ox-btn,
    .ccoc-check-btn {
        font-size: 15px;
    }

    .ccoc-wrap a.eitc-apply-button,
    .ccoc-share-button {
        font-size: 16px;
    }
}
