#productFileSetup.has-border-linear-gradient {
    border: 3px solid #7fc242; /* use your preferred green */
    border-radius: 50px !important;
    box-sizing: border-box;
    padding: 2rem;
    background: #f4f4f4;
}

/* Target the specific File Setup section columns */
.file-setup-col1 {
    flex: 2 1 0% !important;   /* Makes left column take up 2/3 width */
    max-width: 40% !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-setup-col2 {
    flex: 1 1 0% !important;   /* Makes right column take up 1/3 width */
    max-width: 60% !important;
    margin-left: 2vw;
    display: block;	
}

@media (max-width: 900px) {
    .file-setup-col1, .file-setup-col2 {
        max-width: 100% !important;
        flex: 1 1 100% !important;
        margin-left: 0 !important;
        justify-content: center;
        text-align: center;
    }
}

.file-setup-info {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.file-setup-info > div {
  min-width: 120px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

/* 1. Center and contain the section, with minimal vertical padding */
#productFileSetup {
    max-width: 1200px;
    margin: 40px auto;
    width: 90%;
    box-sizing: border-box;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    min-height: unset !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 2. Remove extra space from columns */
#productFileSetup .columns,
#productFileSetup .column,
#productFileSetup .file-setup-col1,
#productFileSetup .file-setup-col2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 3. Tighten up the right column's text spacing (for tables) */
#productFileSetup .file-setup-info td, 
#productFileSetup .file-setup-info th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1.1 !important;
}

/* 4. Tighten up the right column's text spacing (for divs/spans/br) */
#productFileSetup .file-setup-col2, 
#productFileSetup .file-setup-col2 * {
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 5. Optionally, shrink font in right column for even less height */
#productFileSetup .file-setup-col2 {
    font-size: 0.97rem !important;
}

.product-info-section .columns .column:not(.picture-wrapper) {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}


