.cc-card-container-479772b9 {
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.cc-card-container-479772b9:hover {
    transform: translateY(-4px);
}

.cc-accent-bar-479772b9 {
    height: 8px;
    width: 100%;
}

.cc-header-479772b9 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cc-subheadline-479772b9 {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.cc-headline-479772b9 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.cc-icon-box-479772b9 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cc-icon-box-479772b9 i {
    font-size: 22px;
}

.cc-icon-box-479772b9 svg {
    width: 22px;
    height: 22px;
}

.cc-list-479772b9 {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.cc-list-item-479772b9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(229, 231, 235, 0.6);
}

.cc-list-item-479772b9:last-child {
    border-bottom: 0;
}

.cc-list-label-479772b9 {
    font-size: 14px;
}

.cc-list-value-479772b9 {
    font-size: 14px;
    font-weight: 500;
}

.cc-button-wrapper-479772b9 {
    width: 100%;
}

.cc-button-479772b9 {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
