/* Start custom CSS for shortcode, class: .elementor-element-ea96c9a */.ff_cond_v .ff-el-form-check{
      flex: 1;
  padding: 10px;
}

.ff_cond_v .ff-el-input--content{
      display: flex;

}

/* VIP套餐选择卡片布局CSS - 带.ff_cond_v上级选择器 */
.ff_cond_v .ff-el-input--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.ff_cond_v .ff-el-form-check {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    width: 280px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.ff_cond_v .ff-el-form-check:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* 选中状态 - 整个框背景色变化 */
.ff_cond_v .ff-el-form-check.checked {
    border-color: #1890ff;
    background-color: #f0f8ff;
}



/* 套餐标题 - 大号加粗 */
.ff_cond_v .ff_plan_title p:first-child {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 10px;
    color: #333;
}

/* 价格 - 最大号加粗 */
.ff_cond_v .ff_plan_title p:nth-child(2) {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin: 15px 0;
}

/* 描述文字 - 中等大小 */
.ff_cond_v .ff_plan_title p:last-child {
    font-size: 16px;
    color: #666;
    margin: 10px 0 15px;
    white-space: normal;
    text-align:left;
    line-height: 1.5em;
    font-family: "serif"
}
label[for="ff_4_custom_amount"] strong {
  font-size: 24px;
}

.ff_cond_v .ff-el-form-check-input {
    display: none;
}

.ff_cond_v .ff-el-form-check-label {
    display: block;
    cursor: pointer;
    padding: 12px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.ff_cond_v .ff-el-form-check-input:checked + .ff-el-form-check-label {
    border-color: #1890ff;
    background-color: #f0f8ff;
}

/* 添加原价和节省信息样式 */
.ff_cond_v .ff-el-form-check:nth-child(1) .ff_plan_title p:nth-child(2)::before {
    display: block;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 5px;
    font-weight: normal;
}


.fluentform .ff_cond_v.ff_list_buttons  .ff-el-form-check.ff_item_selected  .ff_plan_title p{color:#fff !important;}
.fluentform .ff_cond_v.ff_list_buttons  .ff-el-form-check.ff_item_selected label>span{background-color:#00000000;}
.fluentform .ff_cond_v.ff_list_buttons  .ff-el-form-check.ff_item_selected {background:#1A7EFB;}


/* 响应式调整 */
@media (max-width: 768px) {
    .ff_cond_v .ff-el-input--content {
        flex-direction: column;
        align-items: center;
    }
    
    .ff_cond_v .ff-el-form-check {
        width: 100%;
        max-width: 320px;
    }
}


#fukuanbiao {max-width:900px !important;margin:0 auto;}/* End custom CSS */