.product-custom-tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}
.product-custom-tab li {
    margin-right: 20px;
}
.product-custom-tab a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    background: #f7f7f7;
    transition: background 0.2s, color 0.2s;
}
.product-custom-tab a.active {
    background: #007bff;
    color: #fff;
    font-weight: bold;
}
.custom-content-tab {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.custom-content-tab h2 {
    margin-top: 0;
    color: #007bff;
}
.field {
    margin-bottom: 18px;
}
.field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #444;
}
.field input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background: #fafafa;
    transition: border 0.2s;
}
.field input:focus {
    border-color: #007bff;
    outline: none;
}
.action.submit.primary {
    background: linear-gradient(90deg,#007bff,#0056b3);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,123,255,0.08);
    transition: background 0.2s;
}
.action.submit.primary:hover {
    background: linear-gradient(90deg,#0056b3,#007bff);
}


.sidebar.sidebar-main{
display:none;
}

.column.main{
width:100% !important;
}