.wpes-form {
    display: grid;
    gap: 16px;
}

.wpes-form .wpes-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.wpes-form .wpes-form-response {
    min-height: 24px;
}

.wpes-form .wpes-form-response.wpes-success {
    color: #2f855a;
}

.wpes-form .wpes-form-response.wpes-error {
    color: #c53030;
}

.wpes-event-card {
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
}

.wpes-event-card__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.wpes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.wpes-event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wpes-event-list__item {
    margin-bottom: 16px;
}

.wpes-event-calendar {
    position: relative;
    min-height: 320px;
}

.wpes-event-calendar__loader {
    text-align: center;
    padding: 40px 0;
    color: #4a5568;
    font-size: 14px;
}
