
/* Footer */
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
	font-size: 12px;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget {
	margin-bottom: 10px;
}

/* Archive basics */
.bbt-archive-wrap {
	margin: 40px 0;
}

.bbt-archive-header {
	margin-bottom: 32px;
}

.bbt-archive-title {
	margin-bottom: 10px;
}

.bbt-archive-description {
	max-width: 800px;
	color: var(--bbt-text-muted);
}

.bbt-divider > .spectra-separator-line {
	height: 1px !important;
}

/* ----------------------------------
LINK STYLE (GLOBAL + CONTENT EXCEPTION)
---------------------------------- */

/* ----------------------------------
REMOVE GLOBAL UNDERLINE (ASTRA OVERRIDE)
---------------------------------- */

a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}

/* Keep underline ONLY in long-form content */
[data-section="sidebar-widgets-footer-widget-2"] a,
.bbt-article-single__content a,
.bbt-community-single__content a {
	text-decoration: underline !important;
}

/* ----------------------------------
LIGHTBOX SETTINGS
---------------------------------- */

.slb_data .slb_template_tag_item_title {
	display: none !important;
}


/* ----------------------------------
SOCIAL ICONS
---------------------------------- */

.bbt-social-icon {
    border-radius: 999px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


@media (max-width: 768px) {

	.bbt-social-container.wp-block-spectra-container {
		display: flex !important;
		justify-content: center !important;
		align-items: center;
   		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}

    .bbt-footer-contact strong {
	    font-size: 1.4em ;
	    font-weight: 600;
    }

}
