.tc-bf2d771f-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

.tc-bf2d771f-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tc-bf2d771f-title {
    margin: 0 0 5px 0;
    font-size: 1.35rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #1C244B;
}

.tc-bf2d771f-stars {
    margin-bottom: 15px;
    color: #FFB100;
    font-size: 1.6rem; /* Bigger stars */
    display: flex;
    gap: 6px;
}

.tc-bf2d771f-text {
    margin: 0 0 15px 0;
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #1C244B;
    flex-grow: 1;
}

.tc-bf2d771f-name {
    font-size: 0.95rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tc-bf2d771f-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center;
}
