.pp-integration {
    padding: 100px 0 120px;
    background: #F6F7FD;
}
.pp-integration__container {
    width: 100%;
    max-width: 1311px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.pp-integration__header-wrap {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F6F7FD);
}
.pp-integration__header {
    text-align: center;
    margin-bottom: 36px;
}
.pp-integration__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
.pp-integration__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}
.pp-integration__subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto 48px;
    font-weight: 400;
}
.pp-integration__cost p {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    margin: 0;
}
.pp-integration__cost strong {
    font-weight: 600;
}

/* Cards */
.pp-integration__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px;
}
.pp-integration__card {
    background: #ffffff;
    border: 1px solid rgba(224, 229, 237, 1);
    border-radius: 16px;
    padding: 40px 53px 40px;
}
.pp-integration__card-title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
    line-height: 30px;
}

/* List */
.pp-integration__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%;
    max-width: 437px;
}
.pp-integration__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
}
ul.pp-integration__list .pp-integration__item::before {
    display: none;
}
.pp-integration__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 1px;
}
.pp-integration__icon--check {
    background: #F3F4F6;
}
.pp-integration__icon--cross {
    background: #FEF2F2;
}
.pp-integration__text {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 25px;
}

/* Responsive */
@media (max-width: 1024px) {
    .pp-integration {
        padding: 70px 0 82px;
    }
    .pp-integration__container {
        padding: 0 20px;
    }
    .pp-fees {
        margin-top: 36px;
    }
}
@media (max-width: 900px) {
    .pp-integration__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .pp-integration {
        padding: 60px 0 72px;
    }
    .pp-integration__container {
        padding: 0 15px;
    }
    .pp-integration__title {
        font-size: 32px;
        line-height: 46px;
    }
    .pp-integration__card {
        padding: 28px 24px 32px;
    }
    .pp-integration__header {
        margin-bottom: 27px;
    }
    .pp-integration__subtitle {
        margin: 0 auto 32px;
    }
}
.fee-editor-active .pp-integration__card {
    border: 1px dashed rgba(0, 0, 0, 0.2);
}

/* ===========================
   PayPal Transaction Fees
   =========================== */
.pp-fees {
    margin-top: 63px;
    text-align: center;
}
.pp-fees__header {
    margin-bottom: 24px;
}
.pp-fees__title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px;
    line-height: 30px;
}
.pp-fees__subtitle {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    margin: 0;
    line-height: 16px;
}

/* Card */
.pp-fees__card {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 13px;
    padding: 30px;
    margin: 0 auto 23px;
    width: 100%;
    max-width: 755px;
}
.pp-fees__grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
}
.pp-fees__cell {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 30px;
    position: relative;
}
.pp-fees__cell.pp-have--separator:before {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pp-fees__item {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 21px;
    margin: 0;
}
.pp-fees__item strong {
    font-weight: 600;
    color: #000;
}
.pp-fees__divider {
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    align-self: stretch;
    min-height: 30px;
}

/* Disclaimer */
.pp-fees__disclaimer {
    max-width: 491px;
    margin: 0 auto;
}
.pp-fees__disclaimer-text-wrap {
  display: inline;
}
.pp-fees__disclaimer p {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: rgba(0, 0, 0, 0.64);
    line-height: 27px;
    margin: 0 auto 0;
    display: inline;
}
a.pp-fees__link {
    font-style: normal;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    line-height: 27px;
  white-space: nowrap;
}
a.pp-fees__link:hover {
    color: #3040CF;
}

/* Responsive */
@media (max-width: 1024px) {
    .pp-fees {
        margin-top: 36px;
    }
}
@media (max-width: 767px) {
  .pp-fees__grid {
    	flex-direction: column;
  	}
  	.pp-fees__cell {
        padding: 0;
  	}
  	.pp-fees__cell.pp-have--separator:before {
    	display: none;
  	}
  .pp-fees__card {
        padding: 20px;
    }
    .pp-fees__title {
        font-size: 20px;
    }
}

.fee-editor-active .pp-fees__card {
    border: 1px dashed rgba(0, 0, 0, 0.2);
}
.fee-editor-active .pp-fees__disclaimer-text-wrap {
    display: inline-block;
}
