/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/
 Description: Astra Child Theme for custom event overrides
 Author:       Phil
 Author URI:   https://example.com/
 Template:     astra
 Version:      1.0.0
*/

/* Add custom styles below */
.dt-single-event {
    max-width: 900px;
    margin: 0 auto;
}

.dt-event-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.dt-event-meta,
.dt-event-location {
    font-size: 1rem;
    color: #555;
    margin-bottom: 8px;
}

.dt-event-content {
    margin: 30px 0;
}

.dt-event-cta {
    margin: 40px 0;
    text-align: center;
}

.dt-ticket-button {
    display: inline-block;
    padding: 14px 26px;
    background: #ff2f92;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
}

.dt-ticket-button:hover {
    background: #e0267f;
    color: #fff;
}
