.add-margin-bottom {
margin-bottom: 120px !important;
}
.ri-ticket-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 2rem;
    background: #f9f9f9;
    border-radius: 8px;
	color: #000 !important;
}

.ri-popup {
	background-color: #ff8282; /* Light, gentle yellow */
    border: 1px solid #f1e6a1;
    position: fixed;
    bottom: 10%;
    right: 5%;
    padding: 1rem;
    color: #000;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	text-align: center;
}

.ri-admin-alert {
    padding: 1rem;
    background: #ffcc00;
    color: #000;
    font-weight: bold;
    border-left: 5px solid #ff9900;
}

.headline-text{
color: #000 !important;
}

.button-primary, .button {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background-color: #0073aa; /* WordPress default blue */
    color: #fff;
    border: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
}

.button:hover, .button-primary:hover {
    background-color: #005b8a;
    transform: scale(1.05);
}

.button:active, .button-primary:active {
    background-color: #00426a;
    transform: scale(0.95);
}

.updated-message {
    width: 50%;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ri-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	font-size: 12px;
}

@media (max-width: 600px) {
    .col-ticket-number {
        display: none;
    }
}
