/* xl - DESKTOP STYLES */ 
.advetorial-text-outline {
	color: white;
	-webkit-text-stroke: 3px var(--color-primary, transparent);
}

.advetorial-2-njamito-background {
	background-image: url('https://njamito.com/wp-content/uploads/2025/07/njamito-cyan-logo.svg');
    background-size: 400px;
    background-position: center 40px;
    background-repeat: no-repeat;
}

.advetorial-2-njamito-background-beige {
	background-image: url('https://njamito.com/wp-content/uploads/2025/07/njamito-beige-logo.svg');
    background-size: 400px;
    background-position: center 40px;
    background-repeat: no-repeat;
}

.advetorial-2-bubble {
	border: solid 3px #654D41;
	border-radius: var(--border-radius-large);
}

.advetorial-bubble > .section-wrapper p {
	margin: 0;
}

.advetorial-bubble > .section-wrapper > .indentation-wrapper {
	gap: 0;
}

.advetorial-two-column-image-content {
	--section-padding-v: 0;
}

@media (max-width: 768px) {
  .advetorial-bubble {
    max-width: 100%;
  }
}

