.elementor-4139 .elementor-element.elementor-element-5b235a2{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-739ceec */:root {
--theme: #17a2b8;
--theme-dark: #0f7888;
--text: #263238;
--muted: #607d8b;
--light: #eefbfc;
--border: #d8edf0;
--bg: #ffffff;
}

* {
  box-sizing: border-box;
  }

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: var(--text);
background: #ffffff;
line-height: 1.72;
}

.article-wrap {
max-width: 1080px;
margin: 0 auto;
padding: 0 18px 60px;
}

article {
background: transparent;
border-radius: 0;
box-shadow: none;
overflow: visible;
}

.hero {
padding: 48px 0 38px;
background: none;
color: var(--text);
border-bottom: 3px solid var(--theme);
}

.hero h1 {
margin: 0 0 14px;
font-size: 42px;
line-height: 1.15;
letter-spacing: -0.5px;
color: var(--theme);
}

.hero p {
max-width: 820px;
margin: 0;
font-size: 18px;
color: var(--muted);
}

.content {
padding: 38px 0 0;
}

h2 {
margin-top: 34px;
margin-bottom: 14px;
color: var(--theme);
font-size: 28px;
line-height: 1.25;
}

h3 {
margin-top: 24px;
margin-bottom: 10px;
font-size: 21px;
color: #1f5964;
}

p {
margin: 0 0 18px;
font-size: 16px;
}

strong {
font-weight: 700;
}

a {
color: var(--theme);
text-decoration: none;
font-weight: 700;
}

a:hover {
color: var(--theme-dark);
text-decoration: underline;
}

.key-box {
border-left: 5px solid var(--theme);
background: var(--light);
padding: 18px 22px;
border-radius: 8px;
margin: 26px 0;
}

.data-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin: 24px 0;
}

.data-card {
border: 1px solid var(--border);
border-radius: 10px;
padding: 18px;
background: #fbfeff;
}

.data-card strong {
display: block;
font-size: 24px;
color: var(--theme);
margin-bottom: 6px;
}

.data-card span {
color: var(--text);
font-size: 15px;
}

table {
width: 100%;
border-collapse: collapse;
margin: 26px 0;
font-size: 15px;
}

th {
background: var(--theme);
color: #ffffff;
text-align: left;
padding: 14px;
}

td {
border: 1px solid var(--border);
padding: 13px 14px;
vertical-align: top;
}

tr:nth-child(even) td {
background: #f6fcfd;
}

ul {
padding-left: 22px;
margin-top: 10px;
margin-bottom: 22px;
}

li {
margin-bottom: 9px;
}

.conclusion {
margin-top: 36px;
padding: 24px;
background: #f3fbfc;
border-left: 5px solid var(--theme);
border-radius: 8px;
}

.conclusion h2 {
margin-top: 0;
}

.sources {
font-size: 14px;
color: var(--muted);
border-top: 1px solid var(--border);
margin-top: 34px;
padding-top: 18px;
}

@media (max-width: 760px) {
.article-wrap {
padding: 0 16px 40px;
}

.hero {
padding: 36px 0 28px;
}

.hero h1 {
font-size: 32px;
}

.hero p {
font-size: 16px;
}

.content {
padding-top: 30px;
}

.data-grid {
grid-template-columns: 1fr;
}

table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}/* End custom CSS */