#apple-pay-bar {
    width: 100%;
    height: 4rem;
    font-size: 0.875rem;
}

.bg-black {
    background-color: rgb(0, 0, 0)
}

.text-white, .text-white:visited {
    color: white;
}

.text-14 {
    font-size: 14px;
}

.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}

@media (max-width: 768px) {
    .text-14 {
        font-size: 12px !important;
    }
}

.apple-close {
    top: -3px;
    left: 0;
    right: auto;
}
html[dir="ltr"] .apple-close {
    right: 0;
    left: auto;
}
