.package-widget {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.package-header {
    text-align: center;
    margin-bottom: 20px;
}

.package-featured-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.package-title {
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.package-price {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.package-features {
    margin-top: 10px;
    font-size: 18px;
}

.package-duration {
    margin-top: 5px;
    font-size: 16px;
    color: #666;
}
.package-price h4 {
    font-size: 16px;
    color: #777;
}

.package-price h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.package-price span {
    font-size: 16px;
    color: #777;
}

.package-options-icons {
    display: flex;
    align-items: center;
}

.package-options-icons .option-icon {
    display: flex;
    align-items: center;
}

.package-options-icons .option-icon i {
    font-size: 24px;
    margin-right: 5px;
}

.package-options-icons span {
    margin: 0 10px;
    font-size: 20px;
    color: #000;
}
