/* Custom styling for the Payments page, when PayPal Checkout is active */
.method {
    border-top: none;
}

.method .method-meta {
    padding: 5px;
    border: 1px solid #555;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-basis: fit-content;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.method .method-name {
    color: #000;
    font-size: 14px;
}

.method .method-meta:hover {
    filter: brightness(0.95);
}

.method .method-name {
    margin-left: 0.5rem;
}

.method .method-icon {
    width: auto;
}

.method .method-details {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
}

.method.selected .method-name {
    font-weight: normal;
}

.method .continue-button {
    margin: 15px auto 30px;
    display: block;
    float: none;
    height: 42px;
    padding: 8px 25px;
    border-radius: 6px;
}

.payment-type label[data-payment="rechnung"] img {
    height: 30px;
}

.payment-type label[data-payment="lastschrift"] img {
    height: 30px;
}

.method .method-status {
    display: none;
}

.method:hover,
.method.selected {
    background: #FFF;
}