body  {
    font-family: 'Roboto Mono', monospace !important;
    background-color: #000000;
    color: #e5e9f0;
}

img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.event_description {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

table, th, td {
    border:1px solid white;
    text-align: left;
}

.ticket-purchase {
    width: 100%;
    margin: 20px 0;
}

.form-group {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group label {
    margin-bottom: 0;
    font-weight: bold;
}

.form-group input[type="number"] {
    width: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.price-display {
    margin: 20px 0;
    padding: 15px;
    border-radius: 4px;
}

.price-line {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.total-line {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

#submit-button {
    background-color: #007bff;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}

#submit-button:hover {
    background-color: #0056b3;
}

#error-message {
    color: #d32f2f;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    background-color: #ffebee;
}

.hidden {
    display: none;
}

.container {
    width: 100%;
    margin: 0 auto;
}


.event-create-form-group {
    margin-bottom: 1rem;
}

.event-create-form-group label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.event-create-form-group input, .event-create-form-group textarea {
    width: 100%;
    max-width: 500px;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.event-create-form-group small {
    display: block;
    color: #666;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

button {
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 0.5rem;
}

button:hover {
    background-color: #0056b3;
}

a {
    color: #6c757d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.success-container {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.success-container h1 {
    width: 100%;
    color: #28a745;
    margin-bottom: 30px;
}

.success-details {
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.purchase-summary {
    text-align: left;
    margin: 20px 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.summary-row:last-child {
    border-bottom: none;
    font-weight: bold;
}

.label {
    font-weight: 500;
}

.next-steps {
    margin: 30px 0;
    text-align: left;
}

.next-steps ul {
    list-style-type: none;
    padding: 0;
}

.next-steps li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.next-steps li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.actions {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.summary-row .value {
    word-break: break-all;
    max-width: 60%;
    text-align: right;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.site-title {
    white-space: nowrap;
}

.nav-links {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.nav-links a, .nav-links button {
    color: #4A9EFF;
    text-decoration: underline;
    white-space: nowrap;
}

.nav-links button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
}
