/*
Theme Name: Gotved
Theme URI: 
Author: Risager
Author URI: 
Description: Custom WordPress theme for Gotvedinstituttet, gotved.dk
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gotved
Tags: 
*/

@import "./assets/styles/blocks.css";
@import "./assets/styles/layout.css";
@import "./assets/styles/navigation.css";
@import "./assets/styles/utilities.css";
@import "./assets/styles/yogo.css";
@import "./assets/styles/yogo-widgets.css";

body.wp-theme-gotved {
  overflow: scroll;
}

strong,
bold {
  font-weight: 500 !important;
}

.wp-theme-gotved .fc-sm > div[data-v-738c474c] {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  max-width: 100%;
}
.wp-theme-gotved .calendar__week--nav {
  font-weight: 400;
}
.wp-theme-gotved .md-radio .md-radio-label {
  height: 100%;
  padding-left: 0;
  position: relative;
  line-height: 1;
  font-size: var(--wp--preset--font-size--xs);
  display: flex;
  align-items: center;
}
.wp-theme-gotved .md-radio {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
  margin: 0;
}

@media (max-width: 767px) {
  .wp-theme-gotved .theme__widget--padding {
    flex-direction: column;
    gap: 0;
  }
  .wp-theme-gotved .flex--row-reverse {
    flex-direction: row-reverse;
  }
  .wp-theme-gotved .theme__widget--padding > .space--between {
    flex-basis: 100%;
  }

  div[data-v-738c474c] {
    /* display: flex; */
    gap: var(--wp--preset--spacing--30);
  }

  .wp-theme-gotved .fc-sm > div[data-v-738c474c] {
    gap: var(--wp--preset--spacing--30);
  }
  .wp-theme-gotved .fc-sm span.calendar__week--nav + div[data-v-738c474c] {
    flex-direction: column;
    display: flex;
    align-items: fle;
    gap: var(--wp--preset--spacing--20);
    margin: 0;
  }
}
@media (min-width: 768px) {
  .wp-theme-gotved .yogo-calendar-list .yogo-flex-column {
    gap: var(--wp--preset--spacing--20);
  }
  .wp-theme-gotved .yogo-widget .theme--frame-box,
  .yogo-widget.theme--frame-box {
    padding: 0;
  }

  .wp-theme-gotved .yogo-widget .md-field.md-theme-default .md-helper-text,
  .wp-theme-gotved .yogo-widget .md-field.md-theme-default .md-count,
  .wp-theme-gotved .yogo-widget .md-field.md-theme-default label {
    color: var(--wp--preset--color--contrast);
    font-weight: 400;
  }
}
