.elementor-110 .elementor-element.elementor-element-a254119{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-110 .elementor-element.elementor-element-a254119.e-con{--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}.elementor-110 .elementor-element.elementor-element-11b377e{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-110 .elementor-element.elementor-element-11b377e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-110 .elementor-element.elementor-element-82e489b > .elementor-widget-container{padding:0px 169px 0px 160px;}@media(max-width:767px){.elementor-110 .elementor-element.elementor-element-82e489b > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-110 .elementor-element.elementor-element-11b377e{--width:97.409%;}}/* Start custom CSS for jnews_element_paywall_elementor, class: .elementor-element-82e489b *//* Style for the package container */
.package-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
    transition: all 0.3s ease;
    margin: 20px;
}

/* Hover effect to change the container */
.package-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* Title style */
.package-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    transition: color 0.3s ease, font-size 0.3s ease;
}

/* Price style */
.package-price {
    font-size: 10px;
    color: #555;
    margin-bottom: 15px;
    transition: color 0.3s ease, font-size 0.3s ease;
}

/* Style the price amount */
.package-price .price {
    font-weight: 700;
    color: #F2A010;
   
}

/* Style for the duration text */
.package-price .duration {
    font-size: 14px;
    color: #F2A010;
}

/* Button styling */
.package-button .button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #df9f2a;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #df9f2a;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    background-color: transparent;
}

/* Button hover effect */
.package-button .button:hover {
    background-color: #F2A010;
    color: #fff;
    border: none
}

/* Style for the spinner icon */
.package-button .fa-spinner {
    margin-left: 10px;
    font-size: 14px;
}

/* Spinner animation */
.fa-pulse {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Hover effects to change title and price styles */
.package-item:hover .package-title h3 {
    color: #000;
    font-size: 26px;
}

.package-item:hover .package-price {
    color: #007bff;
    font-size: 20px;
}
.package-description{
    padding: 0 50px;
}/* End custom CSS */