.ic-33dc77ab-card {
    background-color: #2a2a2a;
    border-radius: 12px;
    padding: 25px;
    font-family: inherit;
}

.ic-33dc77ab-title {
    color: #D4A352;
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ic-33dc77ab-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ic-33dc77ab-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #444444;
}

.ic-33dc77ab-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ic-33dc77ab-list-item:first-child {
    padding-top: 0;
}

.ic-33dc77ab-label {
    color: #A0A0A0;
    font-size: 0.95rem;
    padding-right: 15px;
    flex: 1;
}

.ic-33dc77ab-value {
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    flex: 1;
}