/* BAANNNG
	SET WP COLORING
*/

:root {
	--red: #BA2229;
	--black: #1A1919;
	--white: #FFFFFF;
}

#menu-posts-associados > a > div.wp-menu-image.dashicons-before > img {
	filter: grayscale(1) brightness(1.7);
	transition: filter 0.2s;
	width: 24px;
	margin-top: -4px;
	margin-left: 3px;
}

#adminmenu #menu-posts-associados > a > div.wp-menu-name::before {
	 content: "BGLBC";
	 font-size: 9px;
	 letter-spacing: 0.5px;
	 vertical-align: super;
	 margin-right: 4px;
 }

#menu-posts-associados:hover {
	filter: brightness(0.5) sepia(1) hue-rotate(180deg) saturate(5) brightness(1.2);
}



.wp-block-image img[src$=".svg"],
.entry-content img[src$=".svg"] {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.wp-block-image svg,
.entry-content svg {
	max-width: 100%;
	height: auto;
	display: inline-block;
}


/* BAANNNG
	Colunas
*/
body.post-type-associados .wp-list-table.posts td.column-featured_image img {
	background: var(--white);
	border: 1px solid #ddd;
}
body.post-type-associados .wp-list-table.posts th.column-title {
	width: 20%!important;
}
body.post-type-associados .wp-list-table.posts th.column-designacao,
body.post-type-associados .wp-list-table.posts td.column-designacao {
	width: 35%!important;
}
body.post-type-associados .wp-list-table.posts td.column-designacao {
	vertical-align: middle!important;
	font-weight: 500;
}
body.post-type-associados .wp-list-table.posts th.column-icl_translations,
body.post-type-associados .wp-list-table.posts td.column-icl_translations {
	text-align: center!important;
	width: 15%!important;
}
body.post-type-associados .wp-list-table.posts th.column-author,
body.post-type-associados .wp-list-table.posts td.column-author {
	text-align: center!important;
	width: 20%!important;
}
body.post-type-associados .wp-list-table.posts th.column-date {
	width: 10%!important;
}





.bglbc_associados_missao {
	margin: auto 5%!important;
}




body.post-type-associados  #set-post-thumbnail {
	text-align: center;
}
body.post-type-associados .post-thumbnail img[src$=".svg"],
body.post-type-associados #postimagediv img[src$=".svg"] {
	width: 60% !important;
	height: auto !important;
	min-height: 100px; /* Garante que apareça mesmo sem dimensões */
	background: white;
	border: 1px solid #ddd;
	border-radius: 6px;
}







/* Notificação do shortcode na listagem de eventos */
.bglbc-associados-shortcode-notice {
	cursor: pointer;
	border: #BA2229 solid 2px;
	background: #fff;
	padding: 4px 10px;
	margin: 20px 0 10px 0;
	font-size: 10px;
	color: #1A1919;
	border-radius: 6px;
	width: fit-content;
}

.bglbc-associados-shortcode-notice p {
	margin: 0;
	padding: 0;
}

.bglbc-associados-shortcode-notice strong {
	color: #1A1919;
	font-weight: 600;
}

.bglbc-associados-shortcode-notice code {
	background: #ededed;
	padding: 2px 8px;
	border: gray 1px solid;
	border-radius: 5px;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	color: #BA2230;
}










/* ============================================
   PÁGINA DE DEFINIÇÕES - LAYOUT
   ============================================ */

.bglbcassociados_def {
	font-family: 'Titillium Web', sans-serif;
}

.bglbcassociados_def h1 {
	margin-bottom: 30px;
}

.bglbcassociados_def h2 {
	font-size: 1.3em;
	font-weight: 600;
	color: #1A1919;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

/* Grid 3 colunas para primeira linha */
.bglbcassociados_def-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5%;
	margin-bottom: 30px;
	padding: 20px 4%;
}

.bglbcassociados_def-grid-3 th {
	padding: 20px 10px 0px 0;
	text-align: left;
}

.bglbcassociados_def-grid-3 td {
	padding: 10px 0;
}

/* Responsividade do Grid */
@media (max-width: 1400px) {
	.bglbcassociados_def-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1024px) {
	.bglbcassociados_def-grid-3 {
		grid-template-columns: 1fr;
	}
}

/* Sections dentro do grid - Estilo Card */
.bglbcassociados_def-section {
	width: 100%;
	background: #fff;
	padding: 20px 25px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.bglbcassociados_def-section h2 {
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom: 0;
}

.bglbcassociados_def-section > .description {
	margin-bottom: 15px;
	color: #666;
}

.bglbcassociados_def-box {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 6px;
	margin-top: 10px;
}

/* Hidden elements */
.bglbcassociados-hidden {
	display: none !important;
}

/* Radio labels */
.bglbcassociados-radio-label {
	display: block;
	margin: 8px 0;
	cursor: pointer;
}

.bglbcassociados-radio-label input[type="radio"] {
	margin-right: 8px;
}