* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #fff; color: #000; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-bottom: 80px; }

/* TOP HEADER BAR */
.dm-header { background: #1b449d; display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; position: relative; }
.dm-header-left { display: flex; align-items: center; gap: 10px; }
.dm-logo { display: flex; align-items: baseline; gap: 0; text-decoration: none; }
.dm-logo-text { color: #fff; font-size: 26px; font-weight: 400; letter-spacing: -0.3px; line-height: 1; text-decoration: none; font-family: 'Georgia', 'Times New Roman', Times, serif; }
.dm-logo-daily { font-weight: 400; font-style: normal; letter-spacing: -0.5px; }
.dm-logo-mail { font-weight: 900; font-style: italic; letter-spacing: -1px; font-family: 'Georgia', 'Times New Roman', Times, serif; position: relative; background: #fff; color: #003580; padding: 1px 5px 2px 4px; margin-left: 2px; display: inline-block; line-height: 1.1; }

/* ADVERTORIAL LABEL */
.dm-advertorial-label { background: #fafafa; color: #999; text-align: center; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.3px; text-transform: uppercase; padding: 3px 0 2px; line-height: 1.1; border-bottom: 1px solid #eee; }

.dm-article { max-width: 100%; padding: 0; }
.dm-headline { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 34px; font-weight: 700; line-height: 1.2; color: #000; padding: 16px 14px 12px; margin: 0; }

.dm-hero-wrap { position: relative; width: 100%; overflow: hidden; }
.dm-hero-wrap img { width: 100%; height: auto; display: block; }

.dm-meta { padding: 14px 14px 10px; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; border-bottom: none; }
.dm-author { font-size: 14px; color: #000; margin-bottom: 2px; }
.dm-author a { color: #004DB3; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }

.dm-body { padding: 0 14px; }
.dm-body p { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 19px; line-height: 1.6; color: #222; margin: 16px 0; }
.dm-body p.dm-intro { font-weight: 700; font-size: 20px; line-height: 1.5; color: #000; border-left: 4px solid #cf0000; padding-left: 14px; margin: 10px 0 20px; }
.dm-body p.dm-caption { font-size: 13px; color: #666; margin: 6px 0 16px; line-height: 1.4; font-style: italic; }
.dm-body img { width: 100%; height: auto; display: block; margin: 0; }
.dm-body h1 { font-family: 'TimesNewRoman', 'Times New Roman', Times, Georgia, serif; font-size: 24px; font-weight: 700; margin: 24px 0 12px; color: #000; line-height: 1.25; }
.dm-body a { color: #004DB3; text-decoration: underline; }

.dm-update-box { background: #FFFBEA; border: 2px solid #F0C040; border-radius: 6px; padding: 14px; margin: 20px 0; font-size: 15px; line-height: 1.5; }
.dm-update-box .dm-checkmark { color: #28a745; font-weight: 700; margin-right: 4px; }
.dm-update-box .dm-red { color: #d9534f; font-weight: 700; }

.dm-product-box { border: 2px solid #e3e3e3; border-radius: 8px; padding: 16px; margin: 20px 0; text-align: center; }
.dm-product-box img.dm-product-img { max-width: 380px; width: 100%; height: auto; margin: 0 auto 12px; }
.dm-product-box .dm-offer-expire { font-size: 17px; font-weight: 700; color: #d9534f; background: #fff3cd; padding: 8px 12px; border-radius: 4px; display: inline-block; margin-top: 8px; }
.dm-badges { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; flex-wrap: nowrap; }
.dm-badges img { max-width: 31%; max-height: 110px; height: auto; width: auto; object-fit: contain; }

/* GREEN PULSING CTA */
.dm-cta-green { display: block; width: 100%; max-width: 360px; margin: 14px auto 8px; padding: 16px 20px; background: linear-gradient(180deg, #2eb84e 0%, #1e9c3e 100%); color: #fff !important; text-align: center; text-decoration: none !important; font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 19px; font-weight: 800; letter-spacing: 0.3px; text-transform: uppercase; border-radius: 8px; border: none; box-shadow: 0 4px 0 #176f2c, 0 6px 14px rgba(30, 156, 62, 0.4); text-shadow: 0 1px 1px rgba(0,0,0,0.25); cursor: pointer; animation: ctaPulse 1.6s ease-in-out infinite; transition: transform 0.1s ease; line-height: 1.25; }
.dm-cta-green:hover { background: linear-gradient(180deg, #34c956 0%, #25ad46 100%); }
.dm-cta-green:active { transform: translateY(2px); box-shadow: 0 2px 0 #176f2c, 0 3px 8px rgba(30, 156, 62, 0.4); }
.dm-cta-arrow { display: inline-block; margin-left: 4px; font-weight: 900; }
@keyframes ctaPulse { 0% { transform: scale(1); box-shadow: 0 4px 0 #176f2c, 0 6px 14px rgba(30, 156, 62, 0.4); } 50% { transform: scale(1.035); box-shadow: 0 4px 0 #176f2c, 0 8px 22px rgba(30, 156, 62, 0.6); } 100% { transform: scale(1); box-shadow: 0 4px 0 #176f2c, 0 6px 14px rgba(30, 156, 62, 0.4); } }

/* INGREDIENT LIST */
.dm-ingredient { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; }
.dm-check { flex-shrink: 0; display: inline-block; width: 24px; height: 24px; background: linear-gradient(180deg, #56ab68 0%, #2d8e36 100%); border-radius: 5px; color: #fff; text-align: center; line-height: 24px; font-weight: 800; font-size: 16px; margin-top: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.15); }
.dm-ingredient .dm-ingredient-text { flex: 1; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 19px; line-height: 1.6; color: #222; }

/* CLINICAL STUDY BLOCK */
.dm-study-block { background: linear-gradient(180deg, #fafbfc 0%, #f3f6fa 100%); border: 1px solid #d8dee5; border-radius: 10px; padding: 22px 18px 18px; margin: 24px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-family: Georgia, 'Times New Roman', Times, serif; }
.dm-study-badge { display: inline-block; background: #1b449d; color: #fff; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; padding: 4px 10px; border-radius: 3px; margin-bottom: 10px; text-transform: uppercase; }
.dm-study-header { text-align: center; margin-bottom: 18px; }
.dm-study-title { font-size: 1.3em; margin: 0 0 4px 0; color: #1a1a1a; }
.dm-study-subtitle { font-size: 0.85em; color: #777; margin: 0; }
.dm-study-row { margin-bottom: 16px; }
.dm-study-label { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.95em; margin-bottom: 5px; }
.dm-study-label > span { white-space: nowrap; }
.dm-study-bar-track { background: #e7eaef; border-radius: 6px; height: 24px; overflow: hidden; box-shadow: inset 0 1px 2px rgba(0,0,0,0.08); }
.dm-study-bar { height: 100%; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.15); transition: width 0.6s ease; }
.dm-study-bar-1 { background: linear-gradient(90deg, #56ab68 0%, #2d8e36 100%); }
.dm-study-bar-2 { background: linear-gradient(90deg, #5da4e8 0%, #1565c0 100%); }
.dm-study-bar-3 { background: linear-gradient(90deg, #b07cc7 0%, #6a1b9a 100%); }
.dm-study-bar-4 { background: linear-gradient(90deg, #ffb547 0%, #ef6c00 100%); }
.dm-study-percent { font-weight: 800; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; }
.dm-study-percent-1 { color: #2d8e36; }
.dm-study-percent-2 { color: #1565c0; }
.dm-study-percent-3 { color: #6a1b9a; }
.dm-study-percent-4 { color: #ef6c00; }
.dm-study-block .dm-study-sources { font-size: 12px; color: #aaa; margin: 14px 0 0 0; line-height: 1.4; border-top: 1px solid #e8ebef; padding-top: 8px; letter-spacing: 0.1px; }

/* 4-IN-1 STACK CARDS */
/* COMPARISON SCORECARD (SVG) */
.dm-compare-wrap { margin: 22px -14px 6px; }
.dm-compare-wrap svg { width: 100%; height: auto; display: block; }

.dm-stack { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 18px 0 22px; }
.dm-stack-card { background: #fff; border: 1px solid #d8dee5; border-left: 4px solid #1b449d; border-radius: 6px; padding: 14px 16px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.dm-stack-card .dm-stack-name { display: block; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 1px; color: #1b449d; text-transform: uppercase; margin-bottom: 4px; }
.dm-stack-card .dm-stack-role { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 18px; font-weight: 700; color: #111; margin-bottom: 6px; line-height: 1.2; }
.dm-stack-card .dm-stack-desc { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 16px; color: #444; line-height: 1.5; }

/* COMMENTS */
.dm-comments-section { border-top: 3px solid #004DB3; margin: 24px 0 0; padding: 0 14px; }
.dm-comments-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #e3e3e3; }
.dm-comments-header h3 { font-size: 18px; font-weight: 700; color: #000; }
.dm-comments-header .dm-sort { font-size: 13px; color: #666; }
.dm-comment { display: flex; gap: 10px; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.dm-comment-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.dm-comment-body { flex: 1; min-width: 0; }
.dm-comment-author { font-size: 14px; font-weight: 700; color: #004DB3; text-decoration: none; display: block; margin-bottom: 4px; }
.dm-comment-text { font-size: 14px; color: #333; line-height: 1.5; margin-bottom: 8px; }
.dm-comment-actions { display: flex; align-items: center; gap: 16px; font-size: 12px; color: #999; }
.dm-comment-actions .dm-like-count { background: #e8f0fe; color: #004DB3; padding: 2px 8px; border-radius: 10px; font-weight: 600; font-size: 11px; }

/* FOOTER */
.dm-footer { background: #f7f7f7; border-top: 1px solid #e3e3e3; padding: 20px 14px; text-align: center; font-size: 12px; color: #999; margin-top: 20px; }
.dm-footer a { color: #666; text-decoration: none; margin: 0 6px; }

/* BOTTOM BAR */
#bottombar { position: fixed; bottom: 0; left: 0; right: 0; background: #1b449d; padding: 10px 14px; display: flex; align-items: center; justify-content: center; gap: 10px; z-index: 9999; box-shadow: 0 -2px 8px rgba(0,0,0,0.2); transform: translateY(100%); transition: transform 0.3s ease; }
#bottombar.visible { transform: translateY(0); }
#bottombar .bar-msg { color: #fff; font-size: 13px; font-weight: 600; line-height: 1.3; flex: 1; text-align: center; }
#bottombar .bar-btn { background: #fff; color: #1b449d !important; border: none; font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 4px; text-decoration: none; white-space: nowrap; flex-shrink: 0; cursor: pointer; }

.dm-important-callout { background: #FFF0F0; border-left: 4px solid #d9534f; padding: 12px 14px; margin: 16px 0; font-size: 15px; line-height: 1.5; color: #333; }
.dm-important-callout strong { color: #d9534f; }

@media (min-width: 768px) {
    .dm-header { padding-left: calc((100% - 740px) / 2); padding-right: calc((100% - 740px) / 2); }
    .dm-article { max-width: 740px; margin: 0 auto; }
}

.dm-divider { border-top: 2px solid #e3e3e3; border-bottom: 2px solid #e3e3e3; padding: 16px 0; margin: 20px 0; }
.dm-celeb-quote { font-size: 15px; font-style: italic; line-height: 1.55; color: #333; margin: 12px 0 20px; }
.dm-celeb-quote strong { font-style: normal; }
.dm-rmv { font-size: 9px !important; color: #bbb !important; margin: 1px 0 0 !important; padding: 0; font-style: italic; line-height: 1 !important; font-weight: 400 !important; }