/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ====================================================
   AUTO STYLE: Image dari CMS (storage/content/*)
   Apply rounded corners + soft shadow ke semua img CMS.
   ==================================================== */
img[src*="/storage/content/"] {
    border-radius: 25px;
    box-shadow: 0px 5px 20px -15px black;
}

/* Exclude: logo header/footer & avatar testimoni
   (revert ke default styling aslinya) */
#logo img,
.standard-logo img,
.retina-logo img,
.footer-logo,
.testi-image img {
    border-radius: revert !important;
    box-shadow: revert !important;
}
