/* Mini Trust Bar — 4d591f01 */

.mtb-4d591f01-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mtb-4d591f01-wrapper--horizontal {
	flex-direction: row;
}

.mtb-4d591f01-wrapper--vertical {
	flex-direction: column;
}

/* Item */
.mtb-4d591f01-item {
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: default;
}

a.mtb-4d591f01-item {
	cursor: pointer;
}

.mtb-4d591f01-item:hover {
	transform: translateY(-2px);
}

/* Inner layout */
.mtb-4d591f01-item-inner {
	display: flex;
	align-items: center;
}

.mtb-4d591f01-icon-pos--top .mtb-4d591f01-item-inner {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.mtb-4d591f01-icon-pos--left .mtb-4d591f01-item-inner {
	flex-direction: row;
	align-items: center;
}

/* Icon */
.mtb-4d591f01-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: color 0.3s ease, fill 0.3s ease;
	flex-shrink: 0;
}

.mtb-4d591f01-icon svg {
	transition: fill 0.3s ease;
}

/* Text */
.mtb-4d591f01-text {
	display: flex;
	flex-direction: column;
}

.mtb-4d591f01-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.mtb-4d591f01-desc {
	font-size: 13px;
	line-height: 1.4;
	transition: color 0.3s ease;
}

/* Divider */
.mtb-4d591f01-divider {
	display: block;
	flex-shrink: 0;
	border-radius: 1px;
	transition: background-color 0.3s ease;
}

.mtb-4d591f01-wrapper--horizontal .mtb-4d591f01-divider {
	align-self: center;
}

.mtb-4d591f01-wrapper--vertical .mtb-4d591f01-divider {
	align-self: center;
}

/* Responsive */
@media (max-width: 767px) {
	.mtb-4d591f01-wrapper--horizontal {
		flex-direction: column;
	}

	.mtb-4d591f01-wrapper--horizontal .mtb-4d591f01-divider {
		width: 40px;
		height: 1px;
	}
}
