#template-listing {
padding: 20px;
background-color: #f9f9f9;
border-radius: 5px;
}
.template {
border: 1px solid #ccc;
margin: 10px;
padding: 10px;
border-radius: 5px;
text-align: center;
}
.template img {
max-width: 100%;
border-radius: 5px;
}
.template-details {
margin-top: 10px;
}
.template-select-btn {
background-color: #0073e6;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
.template-select-btn:hover {
background-color: #005bb5;
}
#template-listing {
padding: 20px;
background-color: #f9f9f9;
border-radius: 5px;
}
.template {
border: 1px solid #ccc;
margin: 10px;
padding: 10px;
border-radius: 5px;
text-align: center;
}
.template img {
max-width: 100%;
border-radius: 5px;
}
.template-details {
margin-top: 10px;
}
.template-select-btn {
background-color: #0073e6;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
.template-select-btn:hover {
background-color: #005bb5;
}