:root {
    --main-bg: #FFF9E7;
    --navbar-bg: #FFF9E7;
    --navbar-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);;
    --navbar-radius: 0 0 24px 24px;
    --primary: #f9a825;
    --secondary: #a58dff;
    --button-bg: #e3f2fd;
    --button-bg-hover: #bbdefb;
    --text-main: #111;
    --text-secondary: #888;
    --text-link: #222;
    --border: #22222220;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--main-bg);
  font-family: 'Roboto', Arial, sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section {
  width: 100vw;
  padding-top: 70px;
}

.main-section {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navbar {
  background: #fff9e7cc;
  box-shadow: var(--navbar-shadow);
  border-radius: var(--navbar-radius);
  padding: 0 3vw;
  display: flex;
  align-items: center;
  height: 60px;
  position: fixed;
  z-index: 10;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px;
}

.navbar a {
  color: var(--text-link);
  text-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-weight: 900;
  margin: 0 2vw;
  font-size: 1.5rem;
  transition: color 0.2s;
  white-space: nowrap;
}

.navbar a:hover {
  color: var(--primary);
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  padding: 0 5vw 0 5vw;
  box-sizing: border-box;
  height: 70%;
}

.left {
  flex: 1 1 0;
  max-width: 1000px;
  min-width: 600px;
  display: flex;
  min-height: 500px;
  max-height: 700px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.organizatorzy{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 0px;
}
.organizatorzy h2{
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--secondary);
}
.organizatorzy p{
  font-size: 0.8vw;
  font-weight: 700;
  margin-bottom: 10px;
}
.partnerzy{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.partnerzy h2{
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--secondary);
}
.partnerzy p{
  font-size: 0.8vw;
  font-weight: 700;
  margin-bottom: 10px;
}
.title {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: var(--text-main);
  text-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
}

.title .uwm {
  color: var(--primary);
  text-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 0 8px;
  border-radius: 4px;
}

.subtitle {
  font-size: 1.5vw;
  color: var(--text-secondary);
  font-weight: 700;
  margin-bottom: 8px;
}

.desc {
  font-size: 1.3vw;
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 32px;
  text-shadow: 1px 1px 0 #fff, 1px 1px 2px #0001;
}

.btn {
  background: var(--button-bg);
  color: var(--text-main);
  font-weight: 700;
  font-size: 1vw;
  min-width: 60px;
  display: flex;
  align-item: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  padding: 14px 48px;
  box-shadow: 2px 2px 8px #0001;
  cursor: pointer;
  transition: background 0.2s;
}

.btn:hover {
  background: var(--button-bg-hover);
}

.right {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 320px;
}
.date{
  color: var(--text-secondary);
  font-size: 1.2vw;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.calendar-icon {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(230deg) brightness(118%) contrast(119%);
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.location{
  color: var(--text-secondary);
  font-size: 1.2vw;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.location-icon {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(230deg) brightness(118%) contrast(119%);
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.cost{
  color: var(--text-secondary);
  font-size: 1.2vw;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  padding: 0; 
}
.cost p{
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.cost-icon{
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(230deg) brightness(118%) contrast(119%);
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer {
  width: 100%;
  background: var(--navbar-bg);
  padding: 40px 0;
  border-top: 2px solid var(--border);
  scroll-snap-align: none;
}

.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-sections {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.footer-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px #0002;
}

.footer-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-logo {
  height: 120px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.footer-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin: 0;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.illustration {
  width: 45vw;
  max-width: 800px;
  min-width: 600px;
  height: auto;
}
.speakers-section {
  background: #3C2F23 url('SVG/speakers.svg') bottom center no-repeat;
  background-size: 1920px 1080px;
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.speakers-title {
  color: #f9a825;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px #0006;
}

.speakers-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  gap: 40px;
}

.carousel-container {
  width: 1000px;
  overflow: hidden;
  position: relative;
}

.carousel-container::before,
.carousel-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.carousel-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(44, 34, 27, 0) 0%, transparent 100%);
}

.carousel-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(44, 34, 27, 0) 0%, transparent 100%);
}

.carousel-track {
  display: flex;
  width: 600%;
  transition: transform 0.5s ease-in-out;
}

.carousel-arrow {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  transition: filter 0.2s;
  padding: 0;
  user-select: none;
  z-index: 2;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.carousel-arrow#left {
  background-image: url('SVG/arrow-left.svg');
}

.carousel-arrow#right {
  background-image: url('SVG/arrow-right.svg');
}

.carousel-arrow:hover {
  filter: brightness(1.3) drop-shadow(0 0 6px #f9a825);
}

.speaker-card {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 600px;
  flex-shrink: 0;
  justify-content: center;
}

.speaker-photo {
  width: 40%;
  height: 70%;
  background: #ccc;
  border-radius: 16px;
  margin-right: 24px;
  flex-shrink: 0;
}

.speaker-info {
  padding: 32px 40px;
  min-height: 70%;
  min-width: 40%;
}

.speaker-info h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 4px #0008;
}

.speaker-info p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5;
  text-shadow: 1px 1px 4px #0008;
}

.committee-section {
  width: 100vw;
  background: #fff9e7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.committee-container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.committee-column {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.committee-title {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: 2px 2px 8px #0002;
  letter-spacing: 1px;
}

.committee-title.science {
  color: #2196f3;
  text-shadow: 2px 2px 8px #0002, 0 2px 0 #fff;
}

.committee-title.org {
  color: #f9a825;
  text-shadow: 2px 2px 8px #0002, 0 2px 0 #fff;
}

.committee-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
  color: #111;
}

.committee-list li {
  margin-bottom: 10px;
  font-weight: 800;
}

.program-section {
  width: 100vw;
  background: #2d241b url('SVG/program.svg') center center/cover no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.program-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0 auto;
  background: transparent;
  padding: 40px 40px 20px 40px;
  border-radius: 24px;
  box-sizing: border-box;
  gap: 40px;
}

.program-title {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  margin: 0;
  font-style: italic;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px #000a;
}

.program-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff3b0;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: left;
  font-style: italic;
  gap: 20px;
}

.program-content b {
  color: #fff;
  font-weight: 900;
}

.program-content .highlight {
  color: #ffe082;
  font-style: italic;
  font-weight: 700;
}

.program-content .cert {
  color: #ccc;
  font-style: italic;
  font-size: 1rem;
  margin-top: 80px;
}

.calendar-section {
  width: 100vw;
  background: #fff9e7;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 20px;
  padding-bottom: 20px;
}

.calendar-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.calendar-title {
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-main);
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 8px #0002;
}

.calendar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.calendar-item {
  padding: 10px;
  border-radius: 16px;
}

.calendar-item p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-main);
}

.contact-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

.contact-title {
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-main);
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 8px #0002;
}

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-item {
  padding: 10px;
  border-radius: 16px;
}

.contact-item p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-main);
}

.contact-item a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-item a:hover {
  color: var(--secondary);
}

@media (max-width: 480px){
  .navbar{ 
    display: flex;
    height:130px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
  }
  .navbar a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    margin: 0 10px;
    height: 30px;
    width: 120px;
  }
  section{
    flex-wrap: wrap;
  }
  .main-section{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .container{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
  }
  .left{
    margin-top: 50px;
    min-width: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .right {
    display: none;
    min-width: 0;
    max-width: 0;
    min-height: 0;
    max-height: 0;
  }
  .illustration{
    display: none;
    min-width: 0;
    max-width: 0;
    min-height: 0;
    max-height: 0;
  }
  .title{
    font-size: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subtitle{
    font-size: 1.2rem;
  }
  .desc{
    font-size: 1.2rem;
  }
  .btn{
    font-size: 1.2rem;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .date{
    font-size: 1rem;
    width: 70%;
  }
  .location{
    font-size: 1rem;
    width: 70%;
  }
  .cost{
    font-size: 1rem;
    width: 70%;
  }
  .cost p{
    font-size: 1rem;
  }
  .speakers-section{
    justify-content: flex-start;
  }
  .speakers-carousel{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .carousel-container{
    max-width: 250px;
  }
  .speaker-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    max-height: 400px;
    gap: 10px;
  }
  .speaker-photo{
    width: 150px;
    height: 150px;
  }
  .speaker-info{
    max-width: 100%;
    min-height: 30%;
    padding: 0;
  }
  .speaker-info h3{
    font-size: 1.2rem;
  }
  .speaker-info p{
    font-size: 1rem;
  }
  .carousel-arrow{
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }
  .committee-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .committee-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .committee-column{
    width: 100%;
  }
  .committee-title{
    font-size: 2rem;
  }
  .committee-list{
    font-size: 1rem;
  }
  .program-container{
    margin:0px;
    padding: 20px 20px 20px 20px;
  }
  .program-title{
    font-size: 2rem;
  }
  .program-content{
    font-size: 0.8rem;
  }
  .program-content b{
    font-size: 0.8rem;
  }
  .calendar-section{
    justify-content: flex-start;
  }
  .calendar-container{
    margin-top: 20px;
  }
  .calendar-title{
    font-size: 1.8rem;
  }
  .calendar-content{
    font-size: 1rem;
    align-items: flex-start;
  }
  .calendar-item{
    padding: 10px;
  }
  .calendar-item p{
    font-size: 1rem;
  }
  .contact-section{
    justify-content: flex-start;
  }
  .contact-container{
    margin-top: 40px;
  }
  .contact-title{
    font-size: 1.8rem;
  }
  .contact-content{
    font-size: 1rem;
    align-items: flex-start;
  }
  .contact-item{
    padding: 10px;
  }
  .contact-item p{
    font-size: 1rem;
  }
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }
  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  .footer-section-title {
    font-size: 1.2rem;
  }
  .footer-logos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .footer-logo {
    height: 80px;
  }
  .footer-text {
    font-size: 1rem;
    padding: 8px 16px;
  }
  section{
    padding-top: 150px;
  }
}
@media (min-width: 481px) and (max-width: 768px){
  section{
    padding-top: 150px;
  }
  .navbar{
    display: flex;
    height:130px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
  }
  .navbar a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 10px;
    height: 30px;
  }
  .main-section{
    padding-top: 150px;
  }
  .left{
    max-width: 100%;
    flex-wrap: wrap;
    min-width: 480px;
    align-items: center;
  }
  .container{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .illustration{
    min-width: 300px;
    min-height: 300px;
  }
  .title{
    font-size: 3rem;
  }
  .subtitle{
    font-size: 1.5rem;
  }
  .desc{
    font-size: 1.5rem;
  }
  .btn{
    font-size: 1.5rem;
  }
  .date{
    font-size: 1.3rem;
  }
  .location{
    font-size: 1.3rem;
  }
  .cost{
    font-size: 1.3rem;
  }
  .cost p{
    font-size: 1.3rem;
  }
  .carousel-container{
    max-width: 300px;
  }
  .speakers-section{
    justify-content: flex-start;
  }
  .speaker-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 300px;
    max-height: 400px;
  }
  .speaker-photo{
    width: 130px;
    height: 130px;
  }
  .speaker-info{
    max-width: 100%;
    min-height: 30%;
    padding: 0;
  }
  .speaker-info h3{
    font-size: 1.2rem;
  }
  .speaker-info p{
    font-size: 1rem;
  }
  .carousel-arrow{
    min-width: 30px;
    min-height: 30px;
  }
  .committee-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .committee-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .committee-column{
    width: 100%;
  }
  .committee-title{
    font-size: 2rem;
  }
  .committee-list{
    font-size: 1rem;
  }
  .program-container{
    margin: 0;
  }
  .program-title{
    font-size: 3rem;
  }
  .program-content{
    font-size: 1rem;
  }
  .program-content b{
    font-size: 1rem;
  }
  .calendar-title{
    font-size: 2rem;
  }
  .calendar-content{
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .calendar-item{
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .calendar-item p{
    font-size: 1rem;
  }
  .contact-title{
    font-size: 2rem;
  }
  .contact-content{
    font-size: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact-item{
    padding: 10px;
  }
  .contact-item p{
    font-size: 1rem;
  }
  .footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }
  .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  .footer-section-title {
    font-size: 1.2rem;
  }
  .footer-logos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .footer-logo {
    height: 80px;
  }
  .footer-text {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px){
  .container{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .navbar {
    display: flex;
    height: 160px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
  }
}

/* Popup: brak miejsc na grupy warsztatowe */
.workshop-popup {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 4, 4, 0.7);
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  flex-direction: column;
  text-align: center;
  width: 90%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: translateX(-50%);
}

.workshop-popup p {
  margin: 0;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
