/*
Theme Name: theme_gsma_2023
Author: GSMA Web Team
Description: Theme for all GSMA.com sites.
Version: 0.1;
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.hidden {
    display: none !important;
}

.widget_content,
.widget_content * {
    animation: fadein 1s;
    -moz-animation: fadein 1s;

    /* Firefox */
    -webkit-animation: fadein 1s;

    /* Safari and Chrome */
    -o-animation: fadein 1s;

    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

body #wrapper table tr td p, body #wrapper table tr th p,
body #wrapper #container #content #shortcode_all_tabs .shortcode_tab .tab_content td p{
			font-size: 14px;
			line-height: 20px;
			vertical-align: middle;
}

div#onetrust-consent-sdk div.bottom {
  display: unset;
}
