.hwt-cards-with-filter { --gap: 1em; }
.hwt-cards-with-filter .hwt-cards-head { display:flex; align-items:center; justify-content:space-between; gap: var(--gap); margin-bottom: var(--gap); margin-bottom: 4rem; }
.hwt-cards-with-filter .hwt-cards-heading { }
.hwt-cards-with-filter .hwt-cards-filter { 
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.75rem;
   

}
.hwt-cards-with-filter .hwt-cards-filter button {     
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 0.45rem 1.2rem;
    border-radius: 3em;
    border: 1px solid #9F83F2;
    border-radius: 624.9375em;
    text-transform: uppercase;

    font-size: 0.85rem;
    color: #fff;
    background: none;
    text-decoration: none;
    transition: all 0.2s ease; 
    cursor: pointer;
    font-weight: 600;
}
.hwt-cards-with-filter .hwt-cards-filter button.is-active, .hwt-cards-with-filter .hwt-cards-filter button:hover {     
    background: linear-gradient(90deg, #A57BFF 0%, #E8E4FF 100%);
    color: #fff; 
}

.hwt-cards-with-filter .hwt-cards-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gap); }
@media (max-width: 767px){ .hwt-cards-with-filter .hwt-cards-grid { grid-template-columns: 1fr; } 
    .hwt-cards-with-filter .hwt-cards-head {
        display:grid;
    }
    .hwt-cards-filter {
        display: grid;
        gap: 0.75rem !important;
        grid-template-columns: 1fr;  
    justify-content: initial;   
    justify-items: stretch;      
      
    }
    .hwt-cards-with-filter .hwt-cards-filter button {
        box-sizing: border-box;
        width: 100%;
    }
}

.hwt-card {  
    background: #362052;
    padding: 3em;
    padding-bottom: 1.5em;
    border-radius: 1.5em;
    padding-top: 1.5em; }
.hwt-card-top { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:8px; gap:10px; }
.hwt-card-logo {
    height: 2.1875em;
    margin-bottom: 2.1875em;
}
.hwt-card-logo img {     
    width: auto;
    height: 100%;
    object-fit: contain; 
}
.hwt-card-category { 

    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.2rem;
    border-radius: 3em;
    border: 1px solid #9F83F2;
    border-radius: 624.9375em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7rem;
    color: #fff;
    background: none;
    text-decoration: none;
    transition: all 0.2s ease; 
    

}
.hwt-card-value {     
    font-size: 0.75em;
    color: #9F83F2;
    font-weight: normal;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
}
.hwt-card-title {
    margin: 0 0 .5em;
    margin-bottom: 1em;
    font-size: 1.25em !important;
    font-weight: bold !important;
}
.hwt-card-content { }
