/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */
.sp-event-info {
  display: table;
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}

.sp-event-row {
  display: table-row;
}

.sp-event-label,
.sp-event-value {
  display: table-cell;
  padding: 4px 8px;
  vertical-align: top;
}

.sp-event-label {
  text-transform: uppercase;
  font-weight: 200;
  width: 140px; /* adjust as needed */
  font-size: 16px;
}

#tribe-events-pg-template {
    h1:first-child,
    h2:first-child,
    h3:first-child {
        margin-top: 0;
    }
}