.dk-shop-pricing-table {
    width: 350px;
    box-shadow: 0 5px 23px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #DBDBDB;
    height: 100%;
    border: 1px solid #17AD89;
    position: relative;
}

.dk-shop-pricing-table.featured {
    border-color: #6C35B5;
}

.dk-shop-pricing-table.featured .plan-name {
    color: #6C35B5;
}

.plan-name {
    font-size: 24px;
    margin: 0;
    padding: 35px 20px 20px;
    font-weight: bold;
}

.table-content {
    padding: 0 20px 20px;
}

.dk-shop-price {
    font-size: 36px;
    margin: 10px 0 20px;
    font-weight: bold;
}

.dk-shop-price .plan-cycle {
    font-size: 40%;
    font-weight: normal;
}

.dk-shop-pricing-table .old-price{
    padding: 0;
    font-size: 16px;
}

.available-features {
    list-style: none !important;
    padding: 0 !important;
    text-align: left;
    border-top: 1px solid #DBDBDB;
}

.discount-savings{
    display: none;
    background: #00800021;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    color: green;
    font-weight: bold;
}

.available-features li {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
}

.available-features li::before {
    display: inline-block;
    content: '✔';
    margin-right: 10px;
    color: #00B61B;
    background: #E3FFE7;
    padding: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 0;
}

.dk-shop-pricing-table.featured .available-features li::before {
    color: #6C35B5;
    background: #F3E8FF;
}

.dk-shop-pricing-table.featured::before {
    display: inline-block;
    content: "Most Popular";
    background: linear-gradient(90deg, #6C35B5 0%, #985EE5 100%);
    color: white;
    padding: 6px 10px;
    font-size: 13px;
    right: 12px;
    border-radius: 0 0 8px 8px;
    position: absolute;
}

.table-footer{
    padding: 20px;
    border-radius: 10px;
    background: #E3FFE7;
}

.dk-shop-pricing-table.featured .table-footer{
    background: #F3E8FF;
}

.license-selector,
.cycle-selector {
    margin-bottom: 10px;
}

.license-selector span,
.cycle-selector span {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.license-selector select,
.cycle-selector select {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
}

button.plan-buy {
    padding: 10px 20px;
    background-color: #17AD89;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.plan-buy svg{
    fill: #fff;
}

button.plan-buy:hover {
    background-color: #008565;
}

.dk-shop-pricing-table.featured .plan-buy {
    background-color: #6C35B5;
}

.dk-shop-pricing-table.featured .plan-buy:hover {
    background-color: #4A1F7A;
}

.selected-plan{
    font-weight: bold;
}

.woocommerce-Reviews-title,
.product-description > h2{
    display: none
}

.fs-product-card {
    width: calc(33.33% - 30px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

@media (max-width: 1000px) {
    .fs-product-card {
        width: calc(50% - 30px);
    }

    .dk-shop-price {
        font-size: 28px;
    }

    .fs-product-details h3 {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .fs-product-card {
        width: 100%;
    }
}

.fs-product-details {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fs-product-details h3 {
    line-height: 1.3em;
    font-size: 30px;
}

.fs-product-footer{
    margin-top: auto;
    text-align: center;
}

.fs-short-desc{
    font-size: 18px;
    color: #505050;
    margin: 10px 0;
}

.woocommerce-products-grid{
    display: flex; 
    flex-wrap: wrap; 
    gap: 30px;
    margin-bottom: 30px;
}

.woocommerce-products-grid .plan-buy{
    width: 80%;
    margin: 20px auto 0;
    font-size: 23px;
    background-color: #1765ad;
}

.woocommerce-products-grid .plan-buy:hover{
    background-color: #004b8f;
}