.mpv-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.mpv-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.mpv-close {
    color: #333;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
#mpv-form input,
#mpv-form select,
#mpv-form textarea {
    width: 100%;
    padding: 8px;
    margin: 4px 0;
    box-sizing: border-box;
}
#mpv-form table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
#mpv-form th,
#mpv-form td {
    padding: 10px;
    text-align: left;
}
label.field-label {
    font-weight: 400;
}
.button-wrapper {
  text-align: center;
  margin-top: 20px;
}
.prescription-summary {
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.summary-header {
    margin-bottom: 1rem;
    border-bottom: 2px solid #2e7d32;
    padding-bottom: 0.5rem;
}

.summary-table table {
    width: 100%;
    border-collapse: collapse;
}

.summary-table th,
.summary-table td {
    text-align: center;
    padding: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}
.my-account-wrapper .woocommerce-MyAccount-navigation-menu .woocommerce-MyAccount-navigation-link--prescription-values a:before {
    content: '\eafb';
}
