
.upload-logo-wrapper {
    border-radius: 6px;
    border: 1px dashed #AAD886;
    background-color: #ecffdd;
    padding: 80px 20px 40px 20px;
    text-align: center;
    background-image: url(https://giuseart.com/wp-content/uploads/2025/04/upload-svgrepo-com.svg);
    background-size: 50px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 25px;
}
.combo-options-wrapper h3, .package-options-wrapper h3 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}
.combo-options-wrapper label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}
.package-radio-list .package-radio {
    display: inline-flex;
    flex-basis: 10%;
    max-width: 10%;
}
.combo-total-price {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
}
.upload-logo-wrapper label:after {
    content: "Choose a high-quality image that reflects the essence of your business, ensuring a professional and recognizable representation";
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.upload-logo-wrapper input {
    font-size: 15px;
    max-width: 200px;
    margin: 0;
}
.package-radio.selected img {
    border: 2px solid #2e7d32;
    box-shadow: 0 0 0 2px #c6f1b2;
}

.combo-options-wrapper span.amount {
    font-weight: 500;
}
.package-radio-list img {
    border-radius: 99px;
}

.package-selected-info {
    font-size: 15px;
}
.package-selected-info strong {
    font-weight: 600;
}
