.opacity-hover:hover img {
	opacity: 0.5;
}
.wp-block-heading {
  margin: 0 auto .7rem;
}
.wp-block-column, .card {
	min-width:250px;
}
.gctbi-price{
	line-height:.8em;
}
.gctbi-price span:first-of-type {
	font-size:.7em;
}
.wp-block-table td, .wp-block-table th, .table-bordered>:not(caption)>*, .wp-block-table table>:not(caption)>*  { border: none;}
@media print {
.bg-print-white { background-color: transparent !important;
	-webkit-print-color-adjust: economy !important;
	print-color-adjust: economy !important;
	box-shadow: none !important;border: none;color: inherit !important;margin:0;
		padding:0;}
		.col-md-10,.col-sm-8{width:100% !important;}
	.bg-print-white::after{
		background-image: none !important;
	}
	#cmplz-manage-consent .cmplz-manage-consent{display: none;}
}
.break-avoid {
	break-inside: avoid;
}
iframe{
  width:100%!important;
}
#scrollSectionSpy .nav-item {
  width: 100%;
}
#scrollSectionSpy .nav-item:hover {
  width: auto;
}
#scrollSectionSpy .nav-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer{
  background-color:#f0f0f0;
}
.grecaptcha-badge{
  visibility:hidden;
}
.ccc-favorite-post-toggle a.ccc-favorite-post-toggle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.5;
    color: #006533;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid #006533;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-group>.ccc-favorite-post-toggle:not(:first-child):not(.dropdown-toggle) a.ccc-favorite-post-toggle-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.ccc-favorite-post-toggle > a::before {
  font-weight: 400;
  line-height: 1.5;
}
.btn-group.lg .ccc-favorite-post-toggle > a::before {
  font-size: 1.25rem;
  line-height: 1.5;
}
.btn-group.lg .ccc-favorite-post-toggle a.ccc-favorite-post-toggle-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.btn-group .ccc-favorite-post-toggle a.ccc-favorite-post-toggle-button span.text,
.ccc-favorite-post-toggle a.ccc-favorite-post-toggle-button span.text {
    display: none;
}
.btn-group .ccc-favorite-post-toggle a.ccc-favorite-post-toggle-button:hover,
.ccc-favorite-post-toggle a.ccc-favorite-post-toggle-button:hover {
    color: #005129;
    border-color: #005129;
}
/* 1. Container - Mimics .list-group .list-group-flush */
.post-ccc_favorite {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}

/* 2. Item Wrapper - Mimics .list-group-item .position-relative */
.list-ccc_favorite {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    display: flex !important; /* Force flex to mimic .row */
    align-items: center;
    gap: 1rem;
}

/* 3. Image Section - Mimics .col-4 */
.list-ccc_favorite .img-post {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.list-ccc_favorite .img-post img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.375rem !important; /* .rounded */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; /* .shadow */
}

/* 4. Content Section - Mimics .col-8 */
.list-ccc_favorite .title-post {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-bottom: 0;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 45px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Mimics .link-dark .text-decoration-none .stretched-link */
.list-ccc_favorite .title-post a {
    color: #212529;
    text-decoration: none;
    font-weight: 600;
}

.list-ccc_favorite .title-post a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* 5. The Favorite Toggle - Fixed Positioning */
.list-ccc_favorite .ccc-favorite-post-toggle {
    position: absolute;
    z-index: 1020;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.list-ccc_favorite .ccc-favorite-post-toggle a {
    z-index: 1030; /* Ensure button is clickable above the stretched link */
    position: relative;
}
.card-img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
