.ch-64a2e2f0-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background-color: #1a2230;
    color: #fff;
    font-family: sans-serif;
}
.ch-64a2e2f0-logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ch-64a2e2f0-logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.ch-64a2e2f0-logo-img-placeholder {
    width: 50px;
    height: 50px;
    background: #ccc;
    border-radius: 50%;
}
.ch-64a2e2f0-brand-text {
    display: flex;
    flex-direction: column;
}
.ch-64a2e2f0-title {
    margin: 0;
    font-size: 24px;
    font-family: serif;
    font-weight: 500;
}
.ch-64a2e2f0-subtitle {
    font-size: 11px;
    letter-spacing: 1px;
    color: #c4a162;
    text-transform: uppercase;
}
.ch-64a2e2f0-nav-area {
    display: flex;
    align-items: center;
    gap: 30px;
}
.ch-64a2e2f0-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ch-64a2e2f0-btn {
    background-color: #c4a162;
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
