.plans-menu {
    visibility: hidden !important;
    display: none !important;
}

#plans-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 32px;
    font-family: 'Myriad Pro', 'Curier';
}

.plan-preview {
    border: 1.5px solid rgb(153 153 153);
    border-radius: 12px;
    padding: 2em 2em;
    display: flex !important;
    flex-direction: column;
    transition: border 0.3s ease;
    background-color: rgb(226 228 229);
    width: 350px !important;
    justify-content: flex-start;
    height: inherit;
    font-family: 'Myriad Pro', 'Curier';
    box-shadow: 0 0 1em 0.5em rgb(153, 153, 153);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(210, 210, 210));

}

.plan-preview h2 {
    margin-bottom: 0.5rem;
    font-family: 'Myriad Pro', 'Curier';
    margin: 0px 0px !important;
    padding-bottom: 0.5em;
    color: rgb(21, 75, 117);
}

.plan-selector.select-plan-button {
    width: auto;
    font-family: 'Myriad Pro', 'Curier';
}

.plan-selector a {
    border-radius: 8px;
    font-weight: 600;
    margin: 1rem 0;
    background-color: rgb(21 75 117);
    font-family: 'Myriad Pro', 'Curier';
}

.plan-selector a:hover {
    color: #fff;
}

.plan-preview-content {
    background-color: rgba(255, 255, 255, 1);
    min-width: auto;
    min-height: auto;
    padding: 0px;
    height: auto;
    width: auto;
    font-family: 'Myriad Pro', 'Curier';
}

.plan-preview-box {
    min-width: auto;
    min-height: auto;
    font-family: 'Myriad Pro', 'Curier';
}

.plan-overview {
    font-family: 'Myriad Pro', 'Curier';
}

.plan-overview * {
    font-family: 'Myriad Pro', 'Curier';
}

form.button_to {
    text-align: center;
    font-family: 'Myriad Pro', 'Curier';
    font-weight: bold;
}

.plan-selector.change-plan-control {
    margin-top: auto;
    align-self: center;
}

.plan-preview:has(.plan-selector) {
    box-shadow: none;
    border-width: 1px;
}

.plan-preview .current-plan-notice p {
    font-family: 'Myriad Pro', 'Curier';
    color: rgb(172, 43, 55)
}

input[type="submit"].plan-change-button:hover {
    background-color: #004494;
    border-color: #004494;
}

.plan-change-button:hover {
  background-color: #004494;
    border-color: #004494;
}