table.apwcf7_paypal_main {
    width: 100%;
    display: inline-block;
    float: left;
}
table.apwcf7_paypal_main tbody {
    width: 100%;
    display: inline-block;
    float: left;
}
table.apwcf7_paypal_main tr {
    margin: 20px 0px;
    display: block;
}
table.apwcf7_paypal_main tr th {
    width: 25%;
    display: inline-block;
    text-align: left;
}
table.apwcf7_paypal_main tr td {
    width: 40%;
    display: inline-block;
}
table.apwcf7_paypal_main input {
    border: 1px solid #a5a2a2;
}
.apwcf7_trandetais td {
    width: 150px;
}
.custom_product {
    margin: 20px;
}
span.cfppl7notice {
    width: 100%;
    display: inline-block;
}


a.btn.btn-success.add-more {
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: 1px solid #0071a1;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #0071a1;
    background: #f3f5f6;
    cursor: pointer;
}
a.btn.btn-danger.remove {
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: 1px solid #ea0b0b;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #ea0b0b;
    background: #f3f5f6;
    cursor: pointer;
}
a.addcolumn img, a.addrow img {
    width: 20px;
    height: auto;
    margin-right: 5px;
    cursor: pointer;
}
a.deletecolumn img, a.deleterow img {
    width: 20px;
    height: auto;
    cursor: pointer;
}



.apwcf7-wrapper {
    max-width: 100%;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-row label {
    width: 220px;
    font-weight: 600;
}

.form-row input,
.form-row select {
    flex: 1;
    max-width: 400px;
}

.product-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.product-row input {
    width: 150px;
}


/* ==== Input Row Css ==== */

.apwcf7-input-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
  
.apwcf7-input-row__label {
    width: 220px;
    font-weight: 600;
    padding-top: 6px;
}
  
.apwcf7-input-row__field {
    flex: 1;
}
  
.apwcf7-input-row__field--radio {
    display: flex;
    gap: 15px;
}

.apwcf7-field-with-pro {
    position: relative;
}

.apwcf7-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.apwcf7-pro-badge {
    background: #6c5ce7;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
}

.apwcf7-pro-inline {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}

.apwcf7-pro-inline a {
    color: #2271b1;
    text-decoration: none;
}

.apwcf7-pro-inline a:hover {
    text-decoration: underline;
}

.Section-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Entry Details Page Css */

.Card-Style {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.Section-Title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.grid-style {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.field-style {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
}

.label-style {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.value-style {
    font-size: 14px;
    font-weight: 500;
}

.wp-list-table td,
.wp-list-table th {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
