.fc-f5c949f3-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px !important;
    position: relative;
}
.fc-f5c949f3-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 100%;
    border: 1px solid #f0f0f0;
}
.fc-f5c949f3-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-f5c949f3-icon svg {
    width: 32px;
    height: 32px;
    fill: #000;
}
.fc-f5c949f3-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 8px;
    color: #333;
}
.fc-f5c949f3-desc {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}
.fc-f5c949f3-container .swiper-pagination-bullet-active {
    background: #000 !important;
}
