.tc-c2966014-card {
    background-color: #202124;
    border-radius: 8px;
    padding: 24px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #e8eaed;
    font-family: Roboto, Arial, sans-serif;
}

.tc-c2966014-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.tc-c2966014-user-info {
    display: flex;
    align-items: center;
}

.tc-c2966014-image {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.tc-c2966014-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-c2966014-meta {
    display: flex;
    flex-direction: column;
}

.tc-c2966014-name {
    font-weight: 500;
    color: #e8eaed;
    font-size: 14px;
    line-height: 1.2;
}

.tc-c2966014-time {
    color: #9aa0a6;
    font-size: 12px;
    margin-top: 2px;
}

.tc-c2966014-google-icon {
    display: flex;
    align-items: center;
}

.tc-c2966014-stars {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.tc-c2966014-stars svg {
    margin-right: 2px;
}

.tc-c2966014-verified {
    margin-left: 6px;
    display: flex;
    align-items: center;
}

.tc-c2966014-content {
    font-size: 14px;
    line-height: 1.5;
    color: #e8eaed;
    flex-grow: 1;
}

.tc-c2966014-wrapper {
    position: relative;
    padding-bottom: 40px;
}

.swiper-pagination {
    bottom: 0 !important;
}
