/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

[data-block="@tripetto/block-multiple-choice"] {
  button {
    background-color: #333 !important;
  }
}

.flex-container {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Full height of the viewport or container */
}
.top-content {
  flex: 1; /* Fills the remaining space above the bottom div */
}

.bottom-content {
  margin-top: auto; /* Pushes this div to the bottom of the container */
}

.wp-block-image figcaption {
  font-size: 18px;
}

.entry-content a {
  box-shadow: unset !important;
}

figcaption.wp-element-caption a {
  text-decoration: underline;
}
