.country-price {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    max-width: 300px; /* Adjust as needed */
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.country-price .regular-price del {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

.country-price .sale-price {
    color: #e74c3c;
    font-size: 20px;
    font-weight: bold;
}

.country-price .regular-price {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}