/* Custom layout tweaks - Cloudagunt */
.page-category-detail .hw-container {
    max-width: 1600px !important;
}
@media (min-width: 992px) {
    .page-category-detail .row > .col-lg-4 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

/* Fix small gap below footer */
footer.footer {
    padding-bottom: 55px !important;
}

/* Fix domain TLD spotlight grid - missing flex container */
.hw-domain-spotlight-grid {
    display: flex;
    flex-wrap: wrap;
}

/* Fix domain TLD spotlight: gutters between boxes + spacing below section */
.hw-domain-spotlight-grid > div {
    padding: 0 12px;
}
.hw-domain-spotlight {
    padding-bottom: 3rem !important;
}

/* Domain TLD spotlight boxes: more padding + spacing between TLD and price */
.hw-domain-spotlight-grid .rounded.shadow {
    padding: 1rem !important;
}
.hw-domain-spotlight-grid h6 {
    font-size: 1.1rem;
}
.hw-domain-spotlight-grid .text-primary {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.9rem;
}
