/* PM Shop Homepage Button Content Fix V15 */

.pm15-home-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 11px 18px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.pm15-home-button .pm15-button-inner {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100%;
    min-width: 0;
}

.pm15-home-button .pm15-button-icon,
.pm15-home-button .pm15-button-trailing {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
}

.pm15-home-button .pm15-button-icon svg,
.pm15-home-button .pm15-button-trailing svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    stroke: currentColor !important;
}

.pm15-home-button .pm15-button-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.pm15-home-button .pm15-button-label-stack {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 0;
    text-align: left !important;
}

.pm15-home-button .pm15-button-label-main {
    display: block !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}

.pm15-home-button .pm15-button-label-sub {
    display: block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    opacity: .78 !important;
    white-space: nowrap !important;
}

.pm15-home-button.pm15-chat-button {
    min-width: 250px !important;
    padding-inline: 18px !important;
}

.pm15-home-button.pm15-wallet-button {
    min-width: 108px !important;
    padding-inline: 17px !important;
}

@media (max-width: 640px) {
    .pm15-home-button {
        width: 100% !important;
        min-width: 0 !important;
        padding-inline: 15px !important;
    }

    .pm15-home-button .pm15-button-inner {
        justify-content: center !important;
    }

    .pm15-home-button .pm15-button-label-sub {
        white-space: normal !important;
    }
}
