.blog {
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Center website */
.blog .main {
    max-width: 1000px;
    margin: auto;
}

.blog .title {
    font-size: 40px;
    font-weight:bold;
    word-break: break-all;
}

.blog .row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.blog .row,
.blog .row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.blog .column {
    float: left;
    width: 300px;
    height: 450px;
    border-radius: 15px 0 ;
    background-color: white;
    margin: 10px;
    display: none; /* Hide all elements by default */
}
.blog .column img{
    object-fit: cover;
    width : 270px;
    height : 214px;
    margin-bottom:15px;
}

/* Clear floats after rows */
.blog .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.blog .content {
    padding: 10px;
}

/* The "show" class is added to the filtered elements */
.blog .show {
    display: block;
}

/* Style the buttons */
.blog .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}
.blog h4{
    font-size:20px;
    height: 50px;
    overflow: hidden;
}
.blog .content-p{
    font-size:15px;
    height: 90px;
    overflow: hidden;
    text-justify: inter-word!important;
}
.blog .content a{
    color:white!important;
    background-color: red;
    padding:4px 11px 8px 11px;
    border-radius: 10px;
}

.blog .btn:hover {
    background-color: #ddd;
}

.blog .btn.active {
    background-color: #666;
    color: white;
}
.articlesView{
    margin: 0!important;
    padding: 15px;
    width : 100%;
    background-color: #f1f1f1;
}
.articlesView div{
    margin: 5px;
    height : fit-content!important;
    background-color: #ffffff;
    border-radius: 5px;
}
.articleBox p {
    font-size : 15px;
}
.articleBox h1,.articleBox h2,.articleBox h3,.articleBox h4,.articleBox h5,.articleBox h6{
    font-size : 20px!important;
    margin-bottom:20px;
}
.articleBox img {
    width:100%;
    border-radius: 5px;
}
.imgBlog{
    width : 100%;
}
.imgBlog img{
    width: 100%;
    height : 400px;
    object-fit: cover;
    border-radius: 5px;
    padding : 5px;
}
.relatedBlog{
    align-items: start;
    justify-content: start;
}
.relatedTitle{
    width:100%;
    height: 40px;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid red;
}
.relatedBlog a {
    height : 120px;
    padding: 0 0 30px 0;
    border-bottom: 2px solid red;

}
.relatedBlog img{
    height : 100%;
    object-fit: cover;
}
.relatedBlog a .related-t{
    height : 75px;
    overflow: hidden;
}
.tipText{
    background-color: #FF3D4D !important;
    padding: 15px;
    border-radius: 10px;
}
.tipText a{
    color : #FFFFFF!important;

}




/* CSS */
.share-buttons {
  display: flex;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.whatsapp {
  background-color: #25D366;
}

.telegram {
  background-color: #0088cc;
}

.instagram {
  background-color: #E1306C;
}

.share-btn i {
  color: #fff;
  font-size: 18px;
}
