.tgpt-tools-grid{

display:grid;

grid-template-columns:repeat(auto-fill,minmax(300px,1fr));

gap:24px;

margin-top:35px;

}

.tgpt-load-more-wrap{

margin-top:40px;

text-align:center;

}

.tgpt-load-more{

height:52px !important;

padding:0 30px !important;

border:0 !important;

border-radius:999px !important;

cursor:pointer;

font-size:15px !important;

font-weight:600 !important;

color:#fff !important;

background:linear-gradient(135deg,#1C39FF,#B131FA,#FD59CA);

transition:.3s !important;

}

.tgpt-load-more:hover{

transform:translateY(-2px);
color:#eaeaea !important;

}

.tgpt-empty{

padding:80px 20px;

text-align:center;

grid-column:1/-1;

}

.tgpt-empty h3{

margin:0 0 10px;

color:#fff;

font-size:30px;

}

.tgpt-empty p{

margin:0;

color:#9ca3af;

}



.tgpt-skeleton{

background:#171A26;

border-radius:25px;

padding:15px;

animation:tgptPulse 1.2s infinite;

}

.tgpt-skeleton-img{

height:200px;

border-radius:20px;

background:#232838;

margin-bottom:20px;

}

.tgpt-skeleton-line{

height:14px;

background:#232838;

border-radius:30px;

margin-bottom:12px;

}

.tgpt-skeleton-line.lg{

width:75%;

height:24px;

}

.tgpt-skeleton-line.sm{

width:45%;

}

@keyframes tgptPulse{

0%{

opacity:.45;

}

50%{

opacity:1;

}

100%{

opacity:.45;

}

}



.tgpt-card-title {
    font-size: 24px !important;
}
