:root{--thumb-bg:#EFF2F5;--colgap:20px;}
@font-face{font-family:'Roboto';src:url('https://www.rediff.com/worldrediff/fonts_1/Roboto-Regular.woff2') format('woff2'),url('https://www.rediff.com/worldrediff/fonts_1/Roboto-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url('https://www.rediff.com/worldrediff/fonts_1/Roboto-Bold.woff2') format('woff2'),url('https://www.rediff.com/worldrediff/fonts_1/Roboto-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url('https://www.rediff.com/worldrediff/fonts_1/Roboto-Italic.woff2') format('woff2'),url('https://www.rediff.com/worldrediff/fonts_1/Roboto-Italic.woff') format('woff');font-weight:normal;font-style:italic;font-display:swap}
/* common */
html{font-family:'Roboto','Arial','sans-serif'; font-weight:300;font-size:15px}
body{font-family:'Roboto','Arial','sans-serif'; font-weight:300;font-size:15px;padding:0;margin:0}
*, *::before, *::after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-weight:normal;font-size:15px}a{text-decoration:none;;color:#202020}img{max-width:100%;vertical-align:middle}.bold{font-weight:bold}.relative{position:relative}.absolute{position:absolute}.static{position:static}.maxwrap{max-width:1280px;margin-left:auto;margin-right:auto}.flex{display:flex}.inlineflex{display:inline-flex}.grid{display:grid}.jcsb{justify-content:space-between}.secgap{display:block;height:15px}.secgap2{display:block;height:30px}.colgap{column-gap:var(--colgap)}.ht15{display:block;height:15px}.ht10{display:block;height:10px}.two-columns{grid-template-columns:1fr 1fr}.boxad1{min-width:325px}.timeago{font-size:0.8rem;color:#777767;margin:5px 0}.secbackcolor{background:#faf5f6;padding:20px 0}.section-heading{letter-spacing:0.02em;align-items:center;gap:10px;font-weight:800;display:flex;margin-bottom:15px}.section-heading h2{font-size:1.3rem}.section-heading > .section-more{order:2;font-weight:normal}.section-heading::after{content:"";border-top:1px dashed #d2cfcf;flex:1 1 0%;order:1}.msg_noscript{position:fixed;top:0;left:0;right:0;width:100%;max-width:600px;text-align:center;background-color:#FF9;background-color:rgba(255, 255, 153, 0.9);border:solid 1px #FC3;padding:3px;margin:0 auto 0 auto;font-weight:bold;z-index:2500}.adbackcolor{background:#EFF2F5;clear:both}
.advtcontainer{text-align:center;min-height:265px;margin:0 auto 10px auto;padding:0;background-color:var(--thumb-bg)}
.advttext{font-size:0.7rem;color:#666;text-align:center}.red{color:#dd2f2f}
.advttext::before{content:'Advertisement'}.curhand{cursor:pointer}.clearfix::after{content:'';display:table;clear:both}.clear{display:block;clear:both}.autoht{height:auto}.item-center{align-items:center}.item-end{align-items:end}.alignR{text-align:right}

/*header*/
.header{background:#fff;height:65px;width:100%;position:sticky;top:0;padding:20px 0;z-index:2000}.header_row{display:flex;justify-content:space-between}.header_row nav{justify-content:center;gap:2rem;align-items:center}.header_row nav a.active{font-weight:700}.logo{margin-left:-5px}.round-icons{display:inline-flex;width:30px;height:30px;border-radius:50%;text-align:center;align-items:center;justify-content:center;font-size:0.9rem;font-weight:bold}
.toplinks{background:#fff;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;padding:10px 0}
.toplinks span, .toplinks a{display:inline-block;height:36px;line-height:33px;padding:0 20px;
border:solid 1px #ddd;border-radius:36px;margin-right:15px;font-size:14px}
.toplinks a.active,.toplinks span.active{background:#dc2924;color:#fff;border:solid 1px #dc2924;cursor:default}
.toplinks a.active:hover{background:#dc2924;color:#fff}
.toplinks a:hover{background-color:#EFF2F5}
.div_widget_row{display:flex;gap:5px;overflow-x:auto;padding:0;scroll-behavior:smooth;justify-content:space-between}
.div_widget{ width:300px;height:85px;flex-shrink:0}
.div_widget iframe{border:none;overflow:hidden}
.livebtn{display:inline-block;font-style:normal;background:#dc2924;color:#fff;padding:1px 5px;border-radius:3px;font-size:0.8rem;font-weight:bold;letter-spacing:0.1em}
.tower_conatainer{display:none;position:relative}
.left_tower{position:absolute;width:120px;height:600px;overflow:hidden;z-index:1;left:0;top:75px;margin-left:-135px}
.right_tower{position:absolute;width:120px;height:600px;overflow:hidden;z-index:1;right:0;top:75px;margin-right:-135px}
.dropbtn1,.dropbtn{background-color:#fff;color:#202020;padding:10px;font-size:1rem;border:none;cursor:pointer;display:inline-flex; align-items:center; gap:8px}
.dropdown{position:relative}
.arrow-icon{display:inline-block;width:8px;height:8px;border-right:2px solid #333;border-bottom:2px solid #333;transform:rotate(45deg);margin-bottom:4px;transition:transform 0.2s ease, margin 0.2s ease}
.dropdown1-content,.dropdown-content{display:none;position:absolute;background-color:#fff;border:solid 1px #e1e1e1;border-radius:10px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);overflow:hidden;min-width:200px}
.dropdown-content a{color:black;padding:12px 16px;text-decoration:none;display:block;font-size:0.9rem}
.dropdown-content a:hover{background-color:#F3F3F3}
.dropdown1:hover .dropdown1-content,.dropdown:hover .dropdown-content{display:block}
.dropdown1:hover .dropbtn1,.dropdown:hover .dropbtn{background-color:#F3F3F3;border-radius:10px}
.dropdown1-content{left:50%;transform:translateX(-50%);z-index:1}
.dropdown1:hover .arrow-icon,.dropdown:hover .arrow-icon{transform:rotate(225deg);margin-bottom:-4px}
.dropbtn.active{font-weight:bold}
.nowrap{white-space:nowrap}
.mega-dd{padding:15px;display:flex;gap:20px;margin:auto}
.dd-col{flex:0 0 auto;padding-right:10px}
.dd-col-title{font-weight:700;color:#222;margin-bottom:8px;display:flex;align-items:center;gap:3px;white-space:nowrap}
.dd-link{display:block;text-decoration:none;padding:2.5px 0;line-height:1.6;white-space:nowrap;font-size:0.9rem}
.dd-link:hover{color:#e8001c}
.dd-live{color:#555;font-size:12px;padding:2.5px 0;display:flex;align-items:center;gap:4px;flex-wrap:nowrap}
.dd-live em{color:#e8001c;font-style:italic}
.dd-badge{background:#e8001c;color:#fff;font-size:10px;padding:1px 5px;border-radius:3px}
.dd-more{color:#e8001c;font-size:12px;text-decoration:underline;display:block;padding:2.5px 0;cursor:pointer}
.dd-gap{margin-top:12px}
.page-body{max-width:1280px;margin:0 auto;padding:20px}
.ph{background:#fff;border-radius:6px;padding:20px;color:#999;font-size:13px;text-align:center}

/* footer */
.footer{background:#f9fafc;padding:40px 0 20px 0;margin-top:40px;border-top:solid 1px #e2e5e8}.foot_top{grid-template-columns:auto repeat(7, 1fr);column-gap:35px}.foot_ul{list-style:none;margin:0;padding:0}.foot_ul li{display:block;margin-bottom:10px;font-size:0.8rem}.footer .hd{font-weight:700;margin-bottom:10px;font-size:0.85rem}.foot_bot{padding:30px 0 0 0;margin-top:30px;border-top:solid 1px #e2e5e8;font-size:0.8rem}.botgap{display:block;height:70px}.div_bot_sticky{position:fixed;bottom:0;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.div_advt_bottom{text-align:center;background-color:var(--thumb-bg)}

.bigrow1{display:grid;grid-template-columns:1fr 1fr 340px;column-gap:var(--colgap);;min-height:270px}
.bigrow1 > div{min-width:0}
.boxad1{max-width:340px;overflow:hidden}
/*slider css starts */
.slider-wrapper{width:100%;max-width:450px}
.slider{position:relative;width:100%;height:250px;border-radius:15px;overflow:hidden}
.slides-track{display:flex;height:100%;width:100%;transition:transform .55s cubic-bezier(.4, 0, .2, 1);will-change:transform}
.slide{flex:0 0 100%;height:250px;position:relative}
.slide img{width:100%;height:100%;object-fit:cover;display:block}
.slide-caption{position:absolute;bottom:0; left:0; right:0;padding:46px 24px 18px;background:linear-gradient(to top, rgba(0,0,0,.84) 0%, transparent 100%);color:#fff}
.slide-caption h2{font-size:1.05rem;font-weight:700;line-height:1.35;letter-spacing:.01em;text-shadow:0 2px 10px rgba(0,0,0,.5);margin-bottom:5px}
.slide-caption a{color:#fff}
.slide-caption span{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.05em}
.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.9);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);width:35px; height:35px;border-radius:50%;cursor:pointer;display:flex; align-items:center; justify-content:center;transition:background .22s, transform .2s;outline:none}
/*.arrow:hover{background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1)}
.arrow:active{transform:translateY(-50%) scale(.93)}*/
.arrow.prev{left:-18px}
.arrow.next{right:-18px}
.arrow svg{width:50px; height:50px;fill:none; stroke:#000;stroke-width:1.4;stroke-linecap:round; stroke-linejoin:round}
.arrow.prev svg{transform:translateX(5px)}
.arrow.next svg{transform:translateX(-5px)}

.dots{display:flex;justify-content:center;gap:8px;margin-top:10px}
.dot{width:15px; height:5px;border-radius:4px;background:#e2e5e8;border:none;cursor:pointer;padding:0;transition:background .3s, width .3s;outline:none}
.dot.active{background:#0e1216;width:25px;border-radius:4px}
.dot:hover:not(.active){background:rgba(255,255,255,.5)}
/*slider css ends */

.top_stories_container{padding:0 0 0 15px;margin-left:15px}
.hdlines{font-size:1rem;margin-bottom:5px;padding-bottom:8px;overflow:hidden}
.hdlines::before{content:'';width:5px;height:5px;border-radius:50%;background:#ff3333;position:absolute;margin:7px 0 0 -12px}

.div_livebtn{height:30px;font-size:0.8rem}
.timeline{min-height:140px;background-color:#fff;background-image:linear-gradient(to bottom, #ddd 1px, transparent 1px);background-size:calc(100% - 30px) 1px;background-repeat:no-repeat;background-position:10px 8px}
.timeline > div{width:25%;max-width:145px}
.timeline .thumb{height:80px;overflow:hidden;border-radius:10px;background-color:var(--thumb-bg)}
.timeline .thumb img{border-radius:10px;display:block;width:100%;transition:transform .35s ease}
.timeline .thumb:hover img{transform:scale(1.08)}
.timeline h3{font-size:0.95rem;line-height:1.2em;max-height:3.6em;overflow:hidden;margin:5px 0}
.timeline p{color:#777676;font-size:0.8rem;margin-bottom:8px}
.timeline .time{display:inline-block;background:#fff;padding:1px 3px 1px 0} 
.timeline .time::before{content:'';width:10px;height:10px;border-radius:50%;border:solid 1px #777767;display:inline-block;margin-right:5px;vertical-align:middle}
.timeline .more{display:inline-block;font-size:1rem;font-style:normal;font-weight:normal;background:#fff;padding:0 0 0 2px}

.thumbrow{min-height:140px}
.thumbrow > div{width:25%;max-width:145px}
.thumbrow .thumb{height:80px;overflow:hidden;border-radius:10px;background-color:var(--thumb-bg)}
.thumbrow .thumb img{border-radius:10px;display:block;width:100%;transition:transform .35s ease}
.thumbrow .thumb:hover img{transform:scale(1.08)}
.thumbrow h3{font-size:0.95rem;line-height:1.2em;max-height:3.6em;overflow:hidden;margin:5px 0}
.thumbrow p{color:#777676;font-size:0.8rem}

.section1{grid-template-columns:2fr 1fr 1fr;column-gap:var(--colgap)}
.section1 .left{border:solid 1px #f0f0f0; box-shadow:2px 2px 5px rgba(0,0,0,0.12);border-radius:15px;display:grid;grid-template-columns:2fr 1fr;height:250px}
.section1 .left .bigcopcy{display:flex;flex-direction:column;justify-content:space-between;padding:10px 10px 10px 15px}
.section1 .mid{display:flex;flex-direction:column;min-height:250px;font-size:0.9rem;row-gap:20px;margin-top:10px}
.section1 .mid .thumb{min-width:95px;max-width:95px;height:55px;overflow:hidden;background-color:var(--thumb-bg)}
.section1 .mid .thumb img{border-radius:10px}
.section1 .right{display:flex;flex-direction:column;min-height:250px;font-size:0.9rem;row-gap:10px;margin-top:10px}
.section1 .right > div,.section1 .mid > div{border-bottom:dashed 1px #dad8d8;padding-bottom:10px;column-gap:10px}
.section1 .right > div.noborder,.section1 .mid > div.noborder{border:none}
.bigimg{border-top-left-radius:15px;border-bottom-left-radius:15px;overflow:hidden}
.section1 h3{font-weight:bold;font-size:1.1rem}

/* div_two_col_container */
.div_two_col_container{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--colgap)}
.redplaybtn{display:flex;position:absolute;width:20px;height:20px;border-radius:50%;left:50%;top:50%;margin-left:-10px;margin-top:-10px;background:rgba(225,66,62,0.8); align-items:center;justify-content:center}
.redplaybtnbig{display:flex;position:absolute;width:40px;height:40px;border-radius:50%;left:50%;top:50%;margin-left:-20px;margin-top:-20px;background:rgba(225,66,62,0.8); align-items:center;justify-content:center}
.bigphoto{position:relative;width:100%;height:250px;overflow:hidden;border-radius:10px;background-color:var(--thumb-bg)}
.bigphoto img{width:100%;height:100%;object-fit:cover; display:block}
.bigphoto .caption{position:absolute;left:0;right:0;bottom:0;padding:15px 10px 5px 10px;color:#fff;font-weight:bold;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0.1))}
.photos{display:flex;flex-direction:column;min-height:250px;font-size:0.8rem;row-gap:5px}
.photos > div{border-bottom:dashed 1px #dad8d8;padding-bottom:5px;column-gap:10px;font-size:0.85rem}
.photos > div.noborder{border:none}
.photos .thumb{min-width:95px;max-width:95px;height:55px;overflow:hidden;background-color:var(--thumb-bg)}
.photos .thumb img{border-radius:10px}
.photos h3{height:2.6em;overflow:hidden;line-height:1.3em;font-size:0.8rem}


.div_redifftv{grid-template-columns:repeat(4, minmax(0px, 1fr));column-gap:25px}
.div_redifftv .thumb{width:80px;height:55px;border-radius:5px;overflow:hidden;background-color:var(--thumb-bg)}
.div_redifftv .flex{column-gap:10px}
.div_redifftv h3{font-size:0.85rem;line-height:1.3em;max-height:2.6em;overflow:hidden;margin-bottom:5px}

.div_podcast{grid-template-columns:repeat(8, minmax(0px, 1fr));column-gap:var(--colgap)}
.div_podcast h3{line-height:1.2em;max-height:4.8em;overflow:hidden;margin-top:5px}
.div_podcast .thumb{border-radius:5px;width:140px;height:250px;overflow:hidden;background-color:var(--thumb-bg)}
.podplaybtn{position:absolute;left:50%;top:50%;margin-left:-12px;margin-top:-12px}

.div_lastfour{grid-template-columns:repeat(4, minmax(0px, 1fr));column-gap:var(--colgap)}
.div_lastfour h2{font-weight:bold;font-size:1.3rem;text-align:center;margin-bottom:10px}
.div_lastfour .fourbox{background:#fff;border:solid 1px #f8f4e3;overflow:hidden;padding:10px;border-radius:15px}
.fourbox .bigthumb{max-width:275px;height:150px;overflow:hidden;border-radius:10px;background-color:var(--thumb-bg)}
.fourbox .bigthumb img{border-radius:10px}
.fourbox .more{display:block;border:solid 1px #dc2924;background:#fff;color:#dc2924;font-weight:bold;text-align:center;padding:10px;margin-top:10px;border-radius:20px}
.fourbox .more:hover{background:#dc2924;color:#fff}
.fourbox h3{font-weight:bold;margin:10px 0 15px 0;line-height:1.2em;height:2.4em;overflow:hidden}
.fourbox_bot{display:flex;flex-direction:column;row-gap:10px}
.fourbox_bot h3{font-weight:normal;margin:0;font-size:0.9rem;line-height:1.2em;max-height:3.6em;overflow:hidden}
.fourbox_bot .thumb{min-width:80px;max-width:80px;height:55px;overflow:hidden;border-radius:5px;background-color:var(--thumb-bg)}
.fourbox_bot .flex{column-gap:10px;font-size:0.8rem;border-bottom:dashed 1px #dad8d8;padding-bottom:10px}

.div_paid_bills h2{font-weight:bold;font-size:1.3rem;text-align:center;margin:40px 0 30px 0}
.div_paid_bills .grid{grid-template-columns:repeat(8, minmax(0px, 1fr))}
.div_paid_bills .icons{flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:0.9rem}
.div_paid_bills .icons span{background:#EFF2F5;display:flex;width:50px;height:50px;border-radius:50%;align-items:center;justify-content:center;margin-bottom:5px}

.horoscope_widget{border:1.5px solid #d6d6d6;height:70px;border-radius:10px;margin-top:5px;position:relative}
.horoscope-in{margin-top:15px;padding:5px;align-items:center}
.horoscope-hd{position:absolute;margin-top:-7px;margin-left:15px;background:#fff;display:inline-block;padding:0 4px;font-size:13px;color:#222;font-weight:bold;letter-spacing:0.8px}
.horoscope-icon{width:30px;height:30px;flex-shrink:0;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-left:10px}
.horoscope-btn{flex-shrink:0;background:#fff;border:1.5px solid #bbb;border-radius:20px;padding:5px 8px;font-size:11px;font-weight:600;color:#333;cursor:pointer;white-space:nowrap;transition:background 0.15s, color 0.15s}
.horoscope-title{font-size:12px;font-weight:600;color:#000;line-height:1.3;margin:0}




.store-btn{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:130px;height:40px;background-color:#1a1a1a;color:#ffffff;border:1px solid #3a3a3a;border-radius:7px;padding:0 10px;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:background 0.2s ease, transform 0.1s ease}
.btn-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center}
.btn-text{display:flex;flex-direction:column;line-height:1.1}
.btn-text .get-it{font-size:7px;font-weight:400;letter-spacing:0.5px;text-transform:uppercase;color:#cccccc}
.btn-text .store-name{font-size:12px;font-weight:700;color:#ffffff;white-space:nowrap}


/* mailwidget css */
.mw-wrap{width:300px;height:70px;border:1.5px solid #d6d6d6;border-radius:10px;padding:8px;background:#fff;display:flex;flex-direction:column;position:relative;margin:6px 0 0;justify-content:center;gap:4px}
.mw-title{font-size:13px;font-weight:bold;color:#222;text-transform:uppercase;position:absolute;top:-7px;background:#fff;padding:0 4px;letter-spacing:0.8px;left:15px}
.mw-new-count{color:#cc0000}
.mw-icon{width:30px;height:30px;border-radius:50%;background:#ebebeb;flex-shrink:0;margin-right:5px;display:flex;align-items:center;justify-content:center}
.mw-icon svg{width:15px;height:11px;display:block}
.mw-promo{display:flex;align-items:center}
.mw-promo-txt{flex:1;min-width:0}
.mw-promo-name{font-size:12px;font-weight:bold;color:#222;line-height:16px}
.mw-promo-sub{font-size:11px;color:#888;line-height:16px}
.mw-want-btn{font-size:11px;font-weight:bold;color:#333;border:1.5px solid #bbb;border-radius:14px;padding:4px 9px;white-space:nowrap;flex-shrink:0;margin-left:5px}
#mwMailPanel{display:none;flex-direction:column;gap:4px;width:100%}
.mw-slides{position:relative;height:34px;overflow:hidden}
.mw-slide{display:none;align-items:center;height:100%}
.mw-slide.mw-active{display:flex}
.mw-slide-info{flex:1;min-width:0}
.mw-sender{font-size:12px;font-weight:bold;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}
.mw-time{font-size:11px;font-weight:normal;color:#888}
.mw-subject{font-size:11px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}
.mw-unread .mw-sender,.mw-unread .mw-subject{color:#111;font-weight:bold}
.mw-read-btn{font-size:11px;font-weight:bold;color:#333;border:1.5px solid #bbb;border-radius:14px;padding:4px 9px;white-space:nowrap;flex-shrink:0;margin-left:6px}
.mw-dots{display:flex;justify-content:center;align-items:center;gap:4px; margin-bottom:-6px}
.mw-dot{width:5px;height:5px;border-radius:50%;background:#ccc;display:inline-block}
.mw-dot.mw-dot-on{background:#555}
.hide{display:none}
@media (max-width:1280px){
  .maxwrap{padding:0 10px}
}

@media only screen and (max-width:1152px){
.div_podcast{column-gap:10px}
.div_podcast .thumb{width:110px;height:175px}
.thumbrow.flex{flex-wrap:wrap;justify-content:normal;gap:45px}
.timeline > div{max-width:max-content}
.pipe{display:none}
.fourbox .bigthumb img{display:block;object-fit:cover}
.timeline .more{margin-left:0}
.bigimg img{display:block;object-fit:cover}
}



@media (max-width:1024px){
:root{--colgap:10px}
.top_stories_container{height:260px;overflow-y:auto}
.hdlines::before{display:none}
.timeline .more{display:none}
.toplinks span, .toplinks a{margin-right:5px}
.dd-col{padding-right:10px}
.div_moneysmall iframe{width:300px}
.div_moneysmall{display:none}
}

@media screen and (min-width:768px) and (max-width:1180px) and (orientation:landscape){
.header_row nav{gap:0.7rem}
.dropbtn{color:#202020}
.top_stories_container{height:260px;overflow-y:auto}
.hdlines::before{display:none}
.timeline .more{display:none}
.toplinks span, .toplinks a{margin-right:5px}
.thumbrow > div{max-width:125px}
.dd-col{padding-right:10px}
}

@media screen and (min-width:768px) and (max-width:1180px) and (orientation:portrait){
:root{
  --colgap:10px;
}
.dropbtn1,.dropbtn{color:#202020;font-size:0.7rem}
.bigrow1{grid-template-columns:1fr 1fr 300px}
.header_row nav{gap:0.3rem;font-size:0.7rem}
.div_podcast h3,.bigphoto .caption,.thumbrow h3,.timeline h3,.hdlines,.section1 .right,.section1 .mid{font-size:0.8rem}
.section1 h3{font-size:1rem}
.foot_top{grid-template-columns:auto repeat(3, 1fr);column-gap:20px}
.foot_bot{flex-direction:column;align-items:center;row-gap:30px}
.livebtn{padding:1px;font-size:0.6rem}
.timeline .time{font-size:0.6rem}
.thumbrow{flex-wrap:wrap;gap:15px;justify-content:flex-start}
.timeline .thumb img{display:block;object-fit:cover}
.div_podcast{grid-template-columns:repeat(6, minmax(0px, 1fr));gap:20px}
.div_moneysmall{width:165px;overflow:hidden}
}