/**
 * Rounded corners untuk tampilan website
 * Nilai yang cocok dan seimbang
 */

/* Kartu & Block konten */
.block,
.widget,
.content-block,
.wide-article {
	border-radius: 10px !important;
	overflow: hidden;
}

/* Gambar artikel & thumbnail */
.article-photo,
.article-photo img,
.featured-block img,
.block-content img {
	border-radius: 8px !important;
}

/* Breaking news */
.breaking-news {
	border-radius: 10px !important;
}

/* Header & navigasi */
.header,
.main-menu,
.secondary-menu {
	border-radius: 0;
}

.header .wrapper,
.main-menu .wrapper,
.secondary-menu .wrapper {
	border-radius: 0;
}

/* Tag secondary menu */
.secondary-menu ul li a {
	border-radius: 20px !important;
}

/* Tombol & input */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
.search-input,
.search-button,
.button,
#writecomment p input[type="submit"],
.styled-button {
	border-radius: 8px !important;
}

/* Back to top */
#Back-to-top {
	border-radius: 50% !important;
}

/* Kolom iklan / paragraph */
.paragraph-row .column4,
.paragraph-row .column6 {
	border-radius: 10px !important;
	overflow: hidden;
}

/* Card body / box konten */
.card,
.login-box .card {
	border-radius: 12px !important;
}

/* Lightbox & modal */
.alert {
	border-radius: 8px !important;
}
