.pt-836e10c7-tabs-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.pt-836e10c7-headers-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: none;
}

.pt-836e10c7-header-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #004a8d;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    background-color: #ffffff;
    margin-right: -1px;
}

.pt-836e10c7-header-item:hover {
    background-color: #f9f9f9;
}

.pt-836e10c7-header-item.pt-836e10c7-active {
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 2;
}

.pt-836e10c7-header-image {
    max-width: 100%;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.pt-836e10c7-header-title {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.pt-836e10c7-content-container {
    border: 1px solid #004a8d;
    border-top: none;
    background-color: #ffffff;
    padding: 20px;
}

.pt-836e10c7-content-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-836e10c7-content-item ul li {
    margin-bottom: 10px;
}

.pt-836e10c7-content-item ul li:last-child {
    margin-bottom: 0;
}

.pt-836e10c7-content-item a {
    color: #0056b3;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s ease;
}

.pt-836e10c7-content-item a:hover {
    color: #003d80;
    text-decoration: underline;
}
