/* PlumDrop — layout как на plumnet.ru */

body.page-plumdrop {
    display: block;
    min-height: 100vh;
    overflow-x: hidden;
}

body.page-plumdrop .sidebar .menu {
    position: static !important;
    margin-left: 0 !important;
    width: 100px !important;
    height: auto !important;
    padding-top: 12px !important;
}

body.page-plumdrop .sidebar .menu ol {
    margin-top: 0 !important;
}

body.page-plumdrop .sidebar .menu span,
body.page-plumdrop .sidebar .menu:not(:hover) span {
    margin-left: 0 !important;
    opacity: 1 !important;
    font-size: inherit !important;
}

body.page-plumdrop .sidebar .menu ol li {
    padding: 14px 0 !important;
    display: flex !important;
    justify-content: center !important;
}

body.page-plumdrop .plumdrop-content {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 32px;
}

body.page-plumdrop .plumdrop-content .card {
    text-align: center;
}

body.page-plumdrop .footer {
    margin-top: auto;
}
