/*
Theme Name:   Golf Club Media 2026
Theme URI:    https://octopress.co/
Description:  Advanced Bricks Builder Child Theme. The Bricks Builder Parent Theme Is Required.
Author:       Octopress
Author URI:   https://octopress.co/
Template:     bricks
Version:	  1.1
Text Domain:  bricks
*/

/* Cookie Yes */
.cky-consent-container .cky-consent-bar {
  box-shadow: 0 0 0 0 #000000 !important;
}
.cky-consent-container .cky-notice-des a {
  color: #fff;
	text-decoration: underline;
}
.cky-footer-wrapper div[data-cky-tag="detail-buttons"] {
	display: none !important;
}


/* Fluent Form */
.fluentform .error {
    background-color: #e82323;
    color: white !important;
    padding: 6px 6px;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 8px;
}

.fluentform .ff-el-input--label label {
    font-size: 1.7rem !important;
}

.fluentform .ff_t_c {
    line-height: 1.5 !important;
}


/* Generic */
body .gbrx-block-content:not([data-source="bricks"]) * + p {
  margin-block-start: var(--paragraph-spacing);
}