/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .op-taxonomy-term {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.op-taxonomy-term .op-taxonomy-icon-wrapper img.op-taxonomy-icon {
    max-width: 25px;
    height: auto;
}

/* Event Partnership */
.op-event-partnership {
	margin-bottom: 20px;
}

.op-partnership-title {
	font-size: 14px;
	font-weight: 600;
	color: #999;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.op-partnership-logos {
	display: flex;
	align-items: center;	
	flex-wrap: wrap;
	gap: 12px;
}

.op-partner-item {
	padding: 8px 16px;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
}

.op-partner-more {
	padding: 8px 12px;
	background-color: #e0e0e0;
	border-radius: 4px;
	font-size: 13px;
	color: #666;
	font-weight: 600;
}
