.has-shadow-dark,
.has-no-hover-shadow-dark {
    box-shadow: 0 6px 30px 7px #2125471a;
    transition: 0.5s;
}

.has-shadow-dark:hover {
    box-shadow: 1px 4px 20px -2px #0003;
    transform: translateY(-8px);
}

.editor-styles-wrapper .has-shadow-dark:hover {
    transform: inherit;
}

.pricing-item {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    z-index: 0;
    box-shadow: 0 0 10.44px 1.56px rgb(33 33 33 / 23%);
}

.pricing-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5625rem;
}

.icon-box-margin-top-100 {
    margin-top: -83px !important;
}

@media (max-width: 767px) {
    body .hide-on-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body .hide-on-tablet {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    body .hide-on-desktop {
        display: none !important;
    }
}