.sifency-pricing-list-wrapper {
    width: 100%
}

.sifency-pl-header {
    margin-bottom: 30px
}

.sifency-pl-header h3 {
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: 600;
    color: #111
}

.sifency-pl-divider {
    width: 40px;
    height: 2px;
    background-color: #111
}

.sifency-pl-btn,
.sifency-pl-btn:hover {
    background-color: var(--e-global-color-primary)
}

.sifency-pl-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.sifency-pl-item {
    margin-bottom: 25px
}

.sifency-pl-top-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%
}

.sifency-pl-name-wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.sifency-pl-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center
}

.sifency-pl-title {
    font-size: 18px;
    font-weight: 500;
    color: #333
}

.sifency-pl-icon {
    margin-left: 8px;
    font-size: 14px;
    color: #666
}

.sifency-pl-line {
    flex-grow: 1;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    top: -5px;
    margin: 0 5px;
    opacity: .6
}

.sifency-pl-price-wrap {
    position: relative;
    z-index: 2;
    text-align: right;
    white-space: nowrap
}

.sifency-pl-price-current {
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.sifency-pl-price-old {
    text-decoration: line-through;
    color: #aaa;
    font-size: 14px;
    margin-right: 8px
}

.sifency-pl-desc {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.5
}

.sifency-pl-btn,
.sifency-pl-btn i,
.sifency-pl-btn span,
.sifency-pl-btn:hover {
    color: var(--sifency-addons-whitecolor)
}

.sifency-pl-btn-wrap {
    margin-top: 30px
}

.sifency-pl-btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content
}

.sifency-pl-btn:hover {
    opacity: .9
}