.comment-voting-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vote-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vote-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vote-button:hover {
    background: #e9e9e9;
}

.vote-button.voted {
    background: #e6f4ff;
    border-color: #91caff;
}

.upvote-button.voted {
    color: #0077cc;
}

.downvote-button.voted {
    color: #ff4d4f;
}

.vote-button svg {
    width: 16px;
    height: 16px;
}

.upvote-count, .downvote-count {
    font-size: 13px;
    font-weight: 500;
}
.site-header .site-header__title{
    color: #000 !important;
margin-bottom: 0;
font-weight: 700;
font-size: 2.3em;
line-height: 1.1;
margin-bottom: 30px;
}
.site-header .site-header__title, .nav-header ul li a{color: #000 !important;}

.hkb-site-search .hkb-site-search__button {
    display: block !important;
}
.hkb-site-search::after{display: none;left: 0;}
.hkb-site-search .hkb-site-search__field{padding: 18px 20px 18px 20px;}
.hkb-site-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px; /* Adjust as needed */
}

.hkb-site-search__field {
    width: 100%;
    padding: 10px;
    padding-right: 40px; /* Space for button */
    border: 1px solid #ccc;
    border-radius: 5px;
}

.hkb-site-search__button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    padding: 5px;
}

.hkb-site-search__button img {
    width: 20px;
    height: 20px;
}
.comment-permalink-wrp{
    display: block;
    margin: 0;
    padding: 20px 40px;
    height: 100%;
    overflow: auto;
    line-height: 1.42857;
    color: #2f3941;
    font-size: 14px;
    border: 1px solid #d8dcde;
    border-radius: 5px;
}

.comment-settings {
    margin: 0 0 0 20px;
}

/* Zendesk ticket form error styling */
.zendesk-ticket-form .zdt-error {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1);
}