.paris-habitat-elementor-widget-ph-last-podcasts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 45px;
	padding: 119px 0;
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-typo-h2 {
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-items {
	display: flex;
	gap: 28px;
	align-self: stretch;
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 0;
	gap: 10px;
	position: relative;
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item-play {
	position: absolute;
	left: 16px;
	top: calc(370px - 50px - 16px);
	width: 50px;
	height: 50px;
	background-color: var(--e-global-color-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    cursor: pointer;
	transition: background-color 0.3s ease;
}
.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item-play::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 13px solid #fff;
	border-bottom: 8px solid transparent;
}
.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item-play:hover {
	background-color: var(--e-global-color-secondary);
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item > a.ph-last-podcasts-item-thumbnail {
	width: 100%;
	min-height: 370px;
	max-height: 370px;
	margin-bottom: 10px;
}
.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item > a.ph-last-podcasts-item-thumbnail > img {
	width: 100%;
	min-height: 370px;
	max-height: 370px;
	object-fit: cover;
}

.paris-habitat-elementor-widget-ph-last-podcasts div.ph-last-podcasts-item-thumbnail {
	width: 100%;
	min-height: 370px;
	max-height: 370px;
	background-color: var(--e-global-color-254024b);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 80px;
}

.paris-habitat-elementor-widget-ph-last-podcasts div.ph-last-podcasts-item-thumbnail > img {
	display: block;
	filter: grayscale(100%) opacity(0.3);
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item-duration {
	color: var(--e-global-color-accent);
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item-title {
	margin: 0;
	color: #fff;
}
.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item-title:hover {
	color: var(--e-global-color-accent);
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-link {
	display: flex;
	align-items: center;
	gap: 11px;
}
.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-link span {
	font-style: normal;
	font-size: 1.3rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.491px !important;
	text-transform: uppercase;
	margin-bottom: -2px;
	color: #fff;
}

.paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-link .fal {
	font-size: 2.5rem;
	color: var(--e-global-color-accent);
}


@media (max-width: 767px) {
    .paris-habitat-elementor-widget-ph-last-podcasts {
        padding: 52px 0 40px 0;
        gap: 38px;
    }

    .paris-habitat-elementor-widget-ph-last-podcasts .ph-typo-h2 {
        margin-bottom: 0;
    }

    .paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-items {
        flex-direction: column;
        gap: 40px;
    }

    .paris-habitat-elementor-widget-ph-last-podcasts .ph-last-podcasts-item {
        width: 100%;
    }
}