/**
Theme Name: Time4Myself
Author: Time4Myself
Author URI: https://time4myself.co.uk/
Description: Child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: time4myself
Template: astra
*/

#courses-top-container #btn-join,
#bottom-course-button #btn-join {
  width: fit-content;
  background-color: #c6dec1;
  border: 1px solid #bad2b5;
  color: #103a4e;
  font-weight: 400;
  padding: 15px 25px;
  font-size: medium;
  border-radius: 4px;
  margin: 0 auto;
}

#bottom-course-button #btn-join {
  background: #fafafa;
  border: 1px solid #ccc;
  color: #333;
}

p:has(+ .learndash-wrapper #btn-join) {
  display: none;
}
