/*
Theme Name:     Child Theme
Theme URI:      n/a
Template:       kadence
Author:         Lakhmani
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.button-group {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.teachable-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #3becb9;
  color: #1b4942;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(27, 73, 66, 0.15);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.teachable-button i {
  margin-right: 8px;
  font-size: 16px;
}

.teachable-button:hover {
  background-color: #2fcaa1;
  box-shadow: 0 4px 12px rgba(27, 73, 66, 0.25);
  color: #fff;
}

.tax-form-svg svg {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc; /* optional frame */
}
