﻿.help-slides {
    display: none
}

.psh-gallery-help-content {
    max-width: 500px;
    margin: 2rem auto;
    border: 1px #593128 solid;
}

.psh-gallery-help-buttons-row {
    display: flex;
    flex: 100%;
    font-size: 1.3rem;
    line-height: 1.7rem;
    border-top: 1px #593128 solid;
    box-shadow: 6px 6px 20px rgba(0,0,0, 0.2);
    backdrop-filter: blur(0.1rem);
    background-color: #1a0d0d;
    top: 52px;
    z-index: 1;
}

.psh-gallery-help-button {
    display: flex;
    flex: 33%;
    min-height: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 0.7rem;
    justify-content: center;
    color: #ECE0E0;
    transition: 0.2s all ease-in;
    background: linear-gradient( to right bottom, rgba(255, 255, 255, 0.06), rgba(255,255,255,0.02));
    cursor: pointer;
}

    .psh-gallery-help-button:hover {
        color: #e69886;
        background-color: rgba(206, 144, 144, 0.04);
        padding-bottom: 0.7rem;
        font-size: 1.32rem;
    }

.psh-tab-active {
    border-bottom: 2px #e69886 solid;
    color: #e69886;
    background-color: rgba(206, 144, 144, 0.1);
    padding-bottom: 0.7rem;
    font-size: 1.32rem;
}

.psh-gallery-help-button-label {
    margin: auto auto;
    text-align: center;
    font-weight: 200;
}

@media(max-width: 520px) {
    .psh-gallery-help-content {
        border-left: 0;
        border-right: 0;
    }

    .psh-gallery-help-button {
        font-size: 1rem;
    }

        .psh-gallery-help-button:hover {
            font-size: 1.05rem;
        }
}