
.aem-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
}

.aem-card{
border:1px solid #ddd;
padding:20px;
border-radius:12px;
background:#fff;
}

.aem-card img,
.aem-single img{
width:100%;
height:auto;
}

.aem-btn{
background:#0d6efd;
padding:10px 15px;
color:#fff;
text-decoration:none;
display:inline-block;
}

.aem-type{
display:inline-block;
padding:5px 10px;
background:#198754;
color:#fff;
border-radius:20px;
margin-bottom:10px;
}

.aem-single{
max-width:1000px;
margin:auto;
padding:40px 20px;
}

.aem-gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:15px;
}

.aem-form input,
.aem-form textarea,
.aem-form select{
width:100%;
padding:12px;
margin-bottom:15px;
}

.aem-form button{
padding:12px 20px;
background:#198754;
border:none;
color:#fff;
}

.aem-table{
width:100%;
border-collapse:collapse;
}

.aem-table td,
.aem-table th{
border:1px solid #ddd;
padding:10px;
}

.aem-success{
background:#d1e7dd;
padding:15px;
margin-bottom:20px;
}
