.attendee-table {
    width: 100%;
    margin-bottom: 20px;
}

.attendee-table th,
.attendee-table td {
    padding: 10px;
}

.attendee-table th {
    font-weight: bold;
}

.attendee-row:last-child {
    margin-bottom: 10px;
}

.button-primary {
    margin-top: 10px;
}

.attendee-information {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.my-plugin-well {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.column-table_assignment {
    width: 80px;
}

.column-vip {
    width: 80px;
}

.column-scan {
    width: 100px;
}

.column-actions {
    width: 275px;
}

.am-attendee-shortcode {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.am-attendee-shortcode .attendee-information {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.am-attendee-shortcode .am-attendee-name {
    margin-bottom: 0.5rem;
}

.am-attendee-shortcode .am-attendee-meta p {
    margin-bottom: 0.35rem;
}

.am-attendee-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 0 1rem;
}

.am-vip-badge,
.am-checkin-complete-badge {
    display: inline-block;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.am-vip-badge {
    text-transform: uppercase;
    color: #fff !important;
    background: linear-gradient(135deg, #8b6914 0%, #c9a227 50%, #8b6914 100%) !important;
}

.am-checkin-complete-badge {
    color: #fff !important;
    background: #00a32a !important;
}

.am-checkin-footer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    text-align: center;
}

.am-checkin-footer .am-checkin-btn-wrap {
    margin-bottom: 0.75rem;
}

.am-checkin-footer #am-complete-checkin {
    min-width: 220px;
}

.am-checkin-footer .am-refresh-wrap {
    margin: 0;
}

.am-checkin-footer .am-refresh-link {
    font-size: 14px;
}


/* CSS to style search text field */
.search-text-field {
    height: 32px; /* Adjust height as needed */
    padding: 6px 12px; /* Adjust padding to match button's padding */
    font-size: 14px; /* Adjust font size as needed */
    border: 1px solid #ccc; /* Example border style */
    border-radius: 4px; /* Example border radius */
}

/* CSS to style default WordPress button class */
.button {
    height: 32px; /* Adjust height to match search text field */
    line-height: 20px; /* Adjust line-height as needed */
    padding: 6px 12px; /* Adjust padding as needed */
    font-size: 14px; /* Adjust font size to match search text field */
    /* Additional button styles */
}

/* Hide up down arrows in number fields */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}