.why-esd-highlights-container {
    display: flex;
    min-height: 600px;
    font-family: Arial, sans-serif;
}

.why-esd-highlights-menu {
    width: 35%;
    padding: 20px;
    padding-right: 0px;
    padding-left: 0px;
}

.why-esd-highlights-content {
    width: 65%;
    background-color: #262626;
    color: white;
    padding: 20px;
}

.why-esd-highlights-menu-item {
    padding: 10px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.why-esd-highlights-menu-item:hover {
    background-color: #ddd;
    background-color: #262626;
}

.why-esd-highlights-menu-item.why-esd-highlights-active {
    background-color: #ddd;
    background-color: #262626;
    color: white;
    font-weight: bold;
}

.why-esd-highlights-content-panel {
    display: none;
}

.why-esd-highlights-content-panel.why-esd-highlights-active {
    display: block;
}

.why-esd-highlights-content-image {
    max-width: 100%;
    margin-top: 20px;
}

.why-esd-highlights-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.why-esd-highlights-content h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.why-esd-highlights-price {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.why-esd-highlights-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.why-esd-highlights-content-header {
    display: flex;
    font-size: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #aaa;
}

.pdf-icon-whyesd {
    font-size: 28px;
}