91³Ô¹ÏÍø

Watch CBS News

Keller: Are Americans going dry? 2 experts explain benefits of responsible drinking

The opinions expressed below are Jon Keller's, not those of WBZ, CBS News or Paramount Global.

A  finds the percent of American adults who say they drink alcohol has dropped its lowest point in nearly a century. But while health issues are driving some of the decline, we spoke with two experts who said there are risks to abstaining as well.

The 54% who said they drink even sparingly is down from the record highs in the 70s of 50 years ago.

When drinking gets out of control, it's a given that trouble can follow. And the Gallup poll shows the decline in drinking is tied to mounting concerns over its impact on health, especially among young adults.

Social benefits of having a drink

But there's another, more positive side to responsible drinking - the social and cultural benefits of bonding with others "where everybody knows your name."

"It just makes people feel part of something, and when that gets lost people feel a little isolated," said Maureen Nuccitelli of Watertown, a former bartender turned wellness coach. She said modestly-relaxed inhibitions and the company of friendly others can be a key part of a well-balanced lifestyle. "Sharing a few laughs really helps people lower their stress response and release some of those feelgood hormones and chemicals."

The poll suggests at least some young adults may be eschewing alcohol in favor of marijuana. But British drinking culture expert Jane Peyton, founder of the online School of Booze, said, "If you're smoking a joint or if you're eating a gummy, you don't cheers anybody first before you do it."

Peyton said it's no surprise that socializing via phone or social media and using marijuana don't provide the bonding experience that responsible alcohol use can.

"We need somewhere that we can go as a community or go in a group, be with other people, and a bar or a pub is a perfect place to do that," said Peyton.

In fact, said Peyton, in pub culture, the alcohol is beside the point. "If you just drink it moderately and enjoy it, you get the best out of it. So the thing to do with alcohol is get the best out of alcohol and don't let it get the best out of you."

Will drinking fade away?

Will drinking fade away like cigarette smoking did, now practiced by less than 12% of the population?

That's hard to believe, given that it's been a habit for more than 13,000 years and remains the second-most popular drug in the world, trailing only caffeine. It was telling that churches, schools, even public parks were shut down when COVID hit, but not the liquor stores.

The question brings to mind a famous polka song that may offer an answer: "In heaven there is no beer/That's why we drink it here."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });