.tbox {
    background-color: #E5E7E9;
    color: #000000;
    padding: 10px;
    border: 2px solid #2980B9;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    box-sizing: border-box;
    max-width: 100%;
}

.gcAd {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #2980B9;
}

.gcAd img {
    width: 100px;
}

.trend-card {
    width: 100%;
    padding: 15px;
    border: 2px solid #2980B9;
    border-radius: 10px;
    box-sizing: border-box;
}

.trend-card h2 {
    margin-top: 0;
}

.trend-chart-wrap {
    margin-bottom: 20px;
}

.trend-chart-meta {
    margin-top: 8px;
}
