/*
Theme Name: Hello Child Longleaf
Theme URI: https://elementor.com/hello-theme/
Description: A lightweight child theme for Longleaf built on Hello Elementor
Author: Dean Boyer
Template: hello-elementor
Version: 1.0
*/
/* Hide the "Add another venue" link */
tribe-add-post,
.venue {
    display: none ;
}

/* Center the select box in the grey box */
#event_tribe_venue .tribe-section-content td {
    text-align: center;
    vertical-align: middle;
}

#event_tribe_venue .tribe-section-content select {
    display: inline-block;
    margin: 0 auto;
    width: 60%;
    max-width: 400px;
}
#event_tribe_venue .tribe-section-content select {
    border: 2px dashed red ;
}
.wp-editor-tabs button.wp-switch-editor {
  background-color: #1e73be ; /* Deep blue */
  color: #fff ;
  font-weight: bold;
  border: 1px solid #004080 ;
  padding: 8px 16px;
  margin-right: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.wp-editor-tabs button.wp-switch-editor[aria-pressed="true"] {
  background-color: #004080 ; /* Even darker blue for selected tab */
  color: #fff ;
  box-shadow: inset 0 -2px 5px rgba(0,0,0,0.3);
}

