.elementor-widget-struqta_pricing_table>.elementor-widget-container {
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    overflow: hidden;
    padding: 3em 4em
}

.dl-pricing-table-badge {
    position: absolute;
    top: -1px;
    padding: .8rem 1rem;
    background-color: #FE5A0E;
    color: #fff;
    line-height: 1
}

.dl-pricing-table-badge--left {
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.dl-pricing-table-badge--right {
    right: 0;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.dl-pricing-table-title {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #242424;
    font-weight: 400;
    font-size: 24px
}

.dl-pricing-table-price {
    margin-bottom: 3rem
}

.dl-pricing-table-price-tag {
    margin-bottom: .5rem;
    color: #242424;
    font-weight: 700;
    font-size: 60px;
    line-height: normal
}

.dl-pricing-table-currency {
    font-size: 24px
}

.dl-pricing-table-period {
    color: #8c8c8c;
    font-size: 16px
}

.dl-pricing-table-body {
    margin-bottom: 3rem
}

.dl-pricing-table-features-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 16px
}

.dl-pricing-table-features-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.dl-pricing-table-features-list li {
    margin-bottom: 1rem;
    font-size: 16px
}

.dl-pricing-table-features-list i {
    margin-right: .5rem;
    min-width: 15px;
    font-size: .8em
}

.dl-pricing-table-feature-text {
    display: inline-block
}

.dl-pricing-table-btn {
    display: inline-block;
    padding: .8rem 2rem;
    border-radius: 40px;
    background-color: #FE5A0E;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.dl-pricing-table-btn:hover {
    background-color: #222;
    color: #fff;
}