/* styles.css */
.website-pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.website-pricing-table th,
.website-pricing-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.website-pricing-table th {
    background-color: #f2f2f2;
}

.website-pricing-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.pricing-filter-select {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}
select {
    display: inline-block !important;
    width: 19% !important;
    margin-right: 11px;
}
input,textarea {
    width: 100%;
}