.help-center-sync {
    padding-top: 3.4em;
}

.inner {
    background: white;
    border: 1px solid gainsboro;
    border-radius: 3px;
    margin: 0 0 25px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.inner:hover {
    box-shadow: 0 3px 10px rgba(50, 50, 93, 0.2), 0 3px 10px rgba(0, 0, 0, 0.08);
    transform: scale(1.02);
    border-left: 3px solid;
    border-image: linear-gradient(315.58deg, #00a0ff 0, #9747ff 165.02%) 1;
}


.product-card-content:hover {
    box-shadow: 0 0 125px rgba(11,89,206,.11),0 0 37.6838px rgba(11,89,206,.0717),0 0 15.6519px rgba(11,89,206,.055),0 0 5.661px rgba(11,89,206,.0383)
}

.card-content h4 {
    font-size: 1.4em;
    font-weight: 700;
}


.inputGroup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputGroup > .btn {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.product-card-content {
    transition: box-shadow 0.3s ease;
    padding: 20px 22px 20px 32px;
    min-width: 210px;
}

.product-card-content > span {
    font-size: 0.9em;
    font-weight: 700;
    color:#231e20;
}

.section-pane {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}