/*
Theme Name:   Twenty Twenty-Four Child
Theme URI:    https://wordpress.org/themes/twentytwentyfour/
Description:  Child Theme für Twenty Twenty-Four
Author:       ADCERA
Template:     twentytwentyfour
Version:      1.0.0
Text Domain:  twentytwentyfour-child
*/

/* Custom Rounded Corners */
.all-four-rounded-corners {
	border-radius: 10px;
}

.top-left-rounded-corner {
	border-top-left-radius: 10px;
}

.top-right-rounded-corner {
	border-top-right-radius: 10px;
}

.bottom-left-rounded-corner {
	border-bottom-left-radius: 10px;
}

.bottom-right-rounded-corner {
	border-bottom-right-radius: 10px;
}

.exploded-rounded-corners {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* ===== Rounded Corners (Image Blocks) ===== */

.img-all-four-rounded-corners img {
	border-radius: 10px;
}

.img-top-left-rounded-corner img {
	border-top-left-radius: 10px;
}

.img-top-right-rounded-corner img {
	border-top-right-radius: 10px;
}

.img-bottom-left-rounded-corner img {
	border-bottom-left-radius: 10px;
}

.img-bottom-right-rounded-corner img {
	border-bottom-right-radius: 10px;
}

.img-exploded-rounded-corners img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.img-all-four-rounded-corners,
.img-top-left-rounded-corner,
.img-top-right-rounded-corner,
.img-bottom-left-rounded-corner,
.img-bottom-right-rounded-corner,
.img-exploded-rounded-corners {
	overflow: hidden;
}

