.about-conf-section.subpage.custom-page h1 {
font-family: "Inter", sans-serif;
font-size: 54px;
line-height: 64px;
font-weight: 900;
margin: 0 0 28px;
}
.about-conf-section.subpage.custom-page h2 {
font-family: "Inter", sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: 900;
margin: 0 0 28px;
}
.about-conf-section.subpage.custom-page table,
.about-conf-section.subpage.custom-page ul {
margin-bottom: 24px;
}
.about-conf-section.subpage.custom-page ul li {
font-size: 16px;
line-height: 24px;
margin: 0 0 14px;
font-weight: 300;
}
.program-h2 img {
max-height: 35px;
margin-bottom: 16px;
}
@media (max-width: 767px) {
.program-box--item p.collapsible-text {
max-height: 100px;
overflow: hidden;
position: relative;
}
.program-box--item p.collapsible-text::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 40px;
background: linear-gradient(to bottom, rgba(234,236,240,0), rgba(234,236,240,1));
pointer-events: none;
}
.program-box--item p.collapsible-text.expanded {
max-height: none;
}
.program-box--item p.collapsible-text.expanded::after {
display: none;
}
.program-box--item .toggle-text-btn {
display: inline-block;
margin-top: 10px;
font-size: 14px;
font-weight: 600;
border: none;
background: none;
padding: 0;
cursor: pointer;
color: #0D121C;
text-decoration: underline;
}
}
@media (min-width: 768px) {
.program-box--item p.collapsible-text {
max-height: none;
overflow: visible;
position: static;
}
.program-box--item p.collapsible-text::after {
display: none;
}
.program-box--item .toggle-text-btn {
display: none;
}
}
.program-box--item {
position: relative;
transition: background-color 0.3s ease;
}
.program-fav-star {
position: absolute;
top: 10px;
right: 10px;
font-size: 26px;
cursor: pointer;
user-select: none;
opacity: 0.7;
}
.program-fav-star.active {
opacity: 1;
}
.program-box--item.favorited {
background-color: #a2bfa9;
}
@media (max-width: 767px) {
.program-box--item.favorited p.collapsible-text::after {
background: linear-gradient(
to bottom,
rgba(162,191,169,0),
rgba(162,191,169,1)
);
}
.speakers > div {
margin-bottom: 10px;
}
}
@media (max-width: 680px) {
.program-box--item h3 {
font-size: 18px;
line-height: 25px;
}
.program-h2 .t2 {
font-size: 15px;
line-height: 22px;
}
.program-h2 .t1 {
font-size: 11px;
}
.program-h2 img {
max-height: 20px;
margin-bottom: 12px;
}
.program-h2 {
padding: 13px 10px;
}
}
.program-box .col-1 span {
color: #0D121C;
background: var(--green);
display: inline-block;
width: 100%;
padding: 8px;
position: sticky;
top: 10px;
}
.speakers > div {
display: flex;
max-width: 220px;
}
.speakers > div img {
flex: 0 0 40px;
max-width: 40px;
height: 40px;
border-radius: 50%;
float: left;
margin: 0 10px 17px 0;
}