/**
 * Pozitivna disciplina i Trauma-informisan pristup.
 */

.pp-pd-tip {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 60px 0 12px;
	background-color: var(--pp-color-white);
}

.pp-pd-tip__inner {
	width: 100%;
	max-width: 1272px;
	margin: 0 auto;
}

.pp-pd-tip__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 2rem;
}

.pp-pd-tip__content {
	padding-left: 8%;
	padding-right: 1rem;
}

.pp-pd-tip__title {
	margin: 0;
	font-family: var(--pp-font-heading);
	font-size: 35px;
	font-weight: 600;
	line-height: 1.3em;
	color: var(--pp-color-brown-dark);
}

.pp-pd-tip__title span {
	color: var(--pp-color-brown);
}

/* Naslov + separator centrirani u tekstualnoj koloni */
body #page-container .pp-pd-tip__content .pp-divider-under-title--center > .pp-pd-tip__title {
	display: block;
	width: max-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pp-pd-tip__divider {
	width: 60px;
	max-width: 60px;
	height: 0;
	border-top: 2px solid var(--pp-color-brown);
}

.pp-pd-tip__text {
	font-family: var(--pp-font-body);
	font-size: 17px;
	line-height: 1.5em;
	color: var(--pp-color-text);
}

.pp-pd-tip__text p {
	margin: 0 0 1em;
}

.pp-pd-tip__text p:last-child {
	margin-bottom: 0;
}

.pp-pd-tip__text strong {
	font-weight: 600;
	color: var(--pp-color-brown);
}

.pp-pd-tip__accent {
	color: var(--pp-color-brown) !important;
}

.pp-pd-tip__emphasis {
	color: var(--pp-color-text);
}

.pp-pd-tip__media {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 0;
	padding-bottom: 24px;
}

.pp-pd-tip__figure {
	margin: 6px 0 33px 97px;
	width: 84%;
	max-width: 900px;
	transform: scale(1.04);
	border-radius: 10px;
	overflow: hidden;
}

.pp-pd-tip__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--pp-image-radius);
}

.pp-pd-tip__placeholder {
	margin: 6px 0 33px 97px;
	width: 84%;
	max-width: 900px;
	aspect-ratio: 3 / 2;
	border-radius: 10px;
	background: linear-gradient(135deg, #f3eeec 0%, #e8ded9 100%);
	transform: scale(1.04);
}

@media (max-width: 980px) {
	.pp-pd-tip {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 100px;
		min-height: auto;
		margin-bottom: 0;
	}

	.pp-pd-tip__grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.pp-pd-tip__content {
		padding-left: 0;
		padding-right: 0;
	}

	.pp-pd-tip__title {
		font-size: 35px;
	}

	.pp-pd-tip__media {
		display: none;
	}
}

@media (max-width: 767px) {
	.pp-pd-tip {
		width: 100%;
		padding-top: 80px;
		margin-bottom: 0;
	}

	.pp-pd-tip__inner {
		width: 80%;
	}

	.pp-pd-tip__title {
		font-size: 25px;
		line-height: 1.2em;
	}

	.pp-pd-tip__divider {
		width: 50px;
		max-width: 50px;
	}
}
