body {
    background: #05070a;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.gbg-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background: #0b0f16;
    border: 1px solid #ff7a1a;
    box-shadow: 0 0 15px rgba(255, 122, 26, 0.4);
}

.gbg-title {
    margin: 0 0 20px;
    font-size: 24px;
    color: #ffb347;
    text-shadow: 0 0 8px rgba(255, 122, 26, 0.8);
}

.gbg-actions {
    margin-bottom: 15px;
    text-align: right;
}

.gbg-button {
    display: inline-block;
    padding: 8px 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.gbg-button-primary {
    background: #ff7a1a;
    box-shadow: 0 0 10px rgba(255, 122, 26, 0.7);
}

.gbg-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.gbg-table th,
.gbg-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #222833;
}

.gbg-table th {
    background: #111722;
    color: #ffb347;
    text-align: left;
}

.gbg-table tr:nth-child(even) {
    background: #0f141d;
}

.gbg-table tr:hover {
    background: #171f2c;
}

.gbg-empty {
    text-align: center;
    color: #888;
}

.gbg-actions-cell a {
    margin-right: 8px;
}

.gbg-link {
    color: #4fc3f7;
    text-decoration: none;
}

.gbg-link:hover {
    text-decoration: underline;
}

.gbg-link-danger {
    color: #ff5252;
}
.gbg-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.gbg-form label {
    font-weight: bold;
    color: #ffb347;
    text-shadow: 0 0 4px rgba(255, 122, 26, 0.6);
}

.gbg-form input,
.gbg-form textarea,
.gbg-form select {
    background: #0f141d;
    border: 1px solid #ff7a1a;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 0 6px rgba(255, 122, 26, 0.3);
}

.gbg-form input:focus,
.gbg-form textarea:focus,
.gbg-form select:focus {
    outline: none;
    border-color: #ffb347;
    box-shadow: 0 0 8px rgba(255, 179, 71, 0.6);
}

.gbg-form button,
.gbg-form a.gbg-button {
    margin-top: 10px;
    width: fit-content;
}
.gbg-form label {
    font-weight: bold;
    color: #ffb347;
    text-shadow: 0 0 4px rgba(255, 122, 26, 0.6);
    display: flex;
    align-items: center;
    gap: 8px;
}

.gbg-form label .icon {
    font-size: 16px;
    color: #ff7a1a;
    text-shadow: 0 0 6px rgba(255, 122, 26, 0.8);
}

.gbg-body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at top, #101020 0, #050509 45%, #000000 100%);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #f5f5f5;
}

.gbg-event-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px 24px 28px;
    background: rgba(5, 5, 15, 0.96);
    border: 1px solid #ff7b1a;
    box-shadow: 0 0 25px rgba(255, 123, 26, 0.35);
    border-radius: 10px;
}

/* Header */

.gbg-event-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 24px;
    gap: 20px;
}

.gbg-event-title-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gbg-event-id {
    font-size: 18px;
    color: #ff7b1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.gbg-event-name {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 123, 26, 0.7);
}

/* Banner */

.gbg-event-banner {
    width: 360px;
    min-height: 120px;
    border-radius: 8px;
    background: linear-gradient(135deg, #02101f 0%, #053a63 40%, #0b0b0f 100%);
    border: 1px solid #1fb6ff;
    box-shadow: 0 0 18px rgba(31, 182, 255, 0.6);
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.gbg-event-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 55%);
    pointer-events: none;
}

.gbg-event-banner-text {
    font-size: 20px;
    font-weight: 700;
    color: #1fb6ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.gbg-event-banner-sub {
    font-size: 11px;
    color: #ff7b1a;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Content */

.gbg-event-content {
    border-top: 1px solid rgba(255, 123, 26, 0.4);
    border-bottom: 1px solid rgba(255, 123, 26, 0.4);
    padding: 16px 4px 18px;
    margin-bottom: 18px;
}

.gbg-event-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 14px;
}

.gbg-event-row-block {
    align-items: flex-start;
}

.gbg-label {
    min-width: 150px;
    color: #ff7b1a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.gbg-value {
    color: #f5f5f5;
}

.gbg-multiline {
    white-space: pre-wrap;
}

/* Footer buttons */

.gbg-event-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.gbg-button {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: all 0.15s ease-in-out;
}

.gbg-button-primary {
    background: #ff7b1a;
    color: #000;
    border-color: #ff7b1a;
    box-shadow: 0 0 12px rgba(255, 123, 26, 0.7);
}

.gbg-button-primary:hover {
    background: #ff9b3f;
    border-color: #ff9b3f;
    box-shadow: 0 0 16px rgba(255, 155, 63, 0.9);
}

.gbg-button-secondary {
    background: transparent;
    color: #f5f5f5;
    border-color: #666;
}

.gbg-button-secondary:hover {
    border-color: #ff7b1a;
    color: #ff7b1a;
}

/* Inline link */

.gbg-link-inline {
    color: #1fb6ff;
    text-decoration: none;
}

.gbg-link-inline:hover {
    text-decoration: underline;
}

/* Responsive */

@media (max-width: 800px) {
    .gbg-event-header {
        flex-direction: column;
    }

    .gbg-event-banner {
        width: 100%;
    }

    .gbg-label {
        min-width: 120px;
    }
}
.gbg-delete {
    color: #ff3b3b;
    font-weight: bold;
}

.gbg-delete:hover {
    color: #ff6b6b;
}
.gbg-warning-box {
    background: rgba(255, 60, 60, 0.1);
    border: 1px solid #ff3b3b;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff6b6b;
    box-shadow: 0 0 12px rgba(255, 60, 60, 0.3);
}

.gbg-event-name-delete {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 10px 0;
}

.gbg-button-danger {
    background: #ff3b3b;
    color: #000;
    border-color: #ff3b3b;
    box-shadow: 0 0 12px rgba(255, 60, 60, 0.7);
}

.gbg-button-danger:hover {
    background: #ff6b6b;
    border-color: #ff6b6b;
    box-shadow: 0 0 16px rgba(255, 100, 100, 0.9);
}
.gbg-body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at top, #101020 0, #050509 45%, #000000 100%);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #f5f5f5;
}

.gbg-events-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px 24px;
    background: rgba(5, 5, 15, 0.96);
    border: 1px solid #ff7b1a;
    box-shadow: 0 0 25px rgba(255, 123, 26, 0.35);
    border-radius: 10px;
}

.gbg-title {
    font-size: 26px;
    font-weight: bold;
    color: #ff7b1a;
    text-shadow: 0 0 8px rgba(255, 123, 26, 0.7);
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gbg-actions {
    text-align: right;
    margin-bottom: 12px;
}

.gbg-button {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: all 0.15s ease-in-out;
}

.gbg-button-primary {
    background: #ff7b1a;
    color: #000;
    border-color: #ff7b1a;
    box-shadow: 0 0 12px rgba(255, 123, 26, 0.7);
}

.gbg-button-primary:hover {
    background: #ff9b3f;
    border-color: #ff9b3f;
    box-shadow: 0 0 16px rgba(255, 155, 63, 0.9);
}

.gbg-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    box-shadow: 0 0 12px rgba(255, 123, 26, 0.2);
}

.gbg-table th {
    background: #1a1a1a;
    color: #ff7b1a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    border-bottom: 1px solid #444;
}

.gbg-table td {
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #222;
    color: #f5f5f5;
}

.gbg-table tr:hover {
    background: rgba(255, 123, 26, 0.05);
}

.gbg-empty {
    text-align: center;
    padding: 20px;
    color: #999;
}

.gbg-actions-cell {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gbg-link {
    color: #1fb6ff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

.gbg-link:hover {
    text-decoration: underline;
}

.gbg-link-danger {
    color: #ff3b3b;
}

.gbg-link-danger:hover {
    color: #ff6b6b;
}
