/* في ملف CSS الخاص بك */
.pricing-table {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-body {
    flex-grow: 1;
}

.attendee-type-badge {
    margin-top: 8px;
}
