/* Style the tabnews */

/* .newspapers .tabnews {
  padding: 0px 0px 30px 0px;
}
*/
.newspapers .tabnews {
  overflow: hidden;
}

.newspapers .tabnews button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: 0.3s;
  min-width: 210px;
  min-height: 42px;
  background: #F0E5F9;
  font: normal normal 600 14px/35px Hurme Geometric Sans 1;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000; 
  border-radius: 50px;
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
  margin: 0px 6px;
}

.newspapers .tabnews button:hover {
  background-color: #491276;
  color: #FFFFFF;
}


.newspapers .tabnews button.active {
  background-color: #491276;
  color: #FFFFFF;
  font-weight: 600;
}

.newspapers .tabcontent.active {
  display:block;
}


.newspapers .tabcontent {
  display: none;
  padding: 6px 12px;
}

.newspapers .tabcontent li {
  margin: 5px 0px 15px 0px;
}


.newspapers .tabcontent a {
  color: #1A0DAB;
}

.tabcontent-title {
text-align: left;
font: normal normal 600 20px/5px Hurme Geometric Sans 1;
font-size: 20px;
font-weight: 600;
letter-spacing: 0px;
color: #491276;
opacity: 1;
}

.newspapers .elementor-widget-tabs .elementor-tab-content {
	padding-bottom:0px !important;
}

/* Style the tab content */

@media only screen and (max-width: 1145px) {
    .newspapers .tabnews button {
      margin: 6px 6px !important;
    }
}


@media only screen and (max-width: 415px) {

    .newspapers .tabnews button {
       margin: 6px auto !important;
    }
  .newspapers .tabnews button {
     min-width: 100% !important;
  }

}


