.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-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%;
}

/* Name */
.sifency-pl-name-wrap {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    background: #fff;
    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;
}
/* Icon */
.sifency-pl-icon {
    margin-left: 8px;
    font-size: 14px;
    color: #666;
}

/* The Dotted Leader Line */
.sifency-pl-line {
    flex-grow: 1;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    top: -5px;
    margin: 0 5px;
    opacity: 0.6;
}

/* Price */
.sifency-pl-price-wrap {
    padding-left: 10px;
    background: #fff;
    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;
}

/* Description */
.sifency-pl-desc {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Button */
.sifency-pl-btn-wrap {
    margin-top: 30px;
}

.sifency-pl-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sifency-pl-btn:hover {
    background-color: #333;
    color: #fff;
    opacity: 0.9;
}