.my_hostinger_cards_wrapper {
display: flex;
flex-wrap: wrap;
gap: 1rem; justify-content: center; margin-bottom: 20px;
}
.hostinger-affiliate-block-single-type {
box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
background: #fff;
border-radius: 10px;
border: 1px solid #eaeaea;
width: 300px;
flex: 1 1 300px; max-width: 350px; margin: 0 auto; 
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.hostinger-affiliate-block-single-type__image {
margin-bottom: 1rem;
min-width: auto !important;
margin-right: 0;
}
.hostinger-affiliate-block-single-type__image img {
max-width: 100%;
height: auto;
border-radius: 0.5rem;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.hostinger-affiliate-block-single-type__product-button-wrap {
margin-left: initial;
}
.hostinger-affiliate-block-single-type__product-data {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.hostinger-affiliate-block-single-type__product-title h3 {
font-size: 1.1rem;
margin: 0;
color: #333;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
padding: 0px;
}
.hostinger-affiliate-block-single-type__product-actions {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.5rem;
width: 100%;
padding-top: 0;
border-top: 0;
}
.hostinger-affiliate-block-single-type__product-price {
color: #1f4cd0;
font-size: 1.6rem;
margin-top: 10px;
font-weight: bold;
}
.hostinger-affiliate-block-single-type__product-amazon-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.3rem;
line-height: normal;
background-color: #f2b300;
color: #000;
border-radius: 0.5rem;
text-decoration: none;
padding: 0.6rem 1.2rem;
font-weight: 600;
transition: background-color 0.3s ease;
}
.hostinger-affiliate-block-single-type__product-amazon-button:hover {
background-color: #d99802;
}
.hostinger-affiliate-block-single-type__product-amazon-button svg {
fill: currentColor;
width: 20px;
height: 20px;
}
@media (min-width: 768px) {
.hostinger-affiliate-block-single-type {
width: 350px;
}
}