




.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}


.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
}




.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.widget ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.widget ul li:last-child {
    border-bottom: none;
}


.widget a {
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.widget a:hover {
    color: #3730a3;
}


.widget_search .wp-block-search__input,
.widget_search .search-field {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.widget_search .wp-block-search__input:focus,
.widget_search .search-field:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}


.widget_search .wp-block-search__button,
.widget_search .search-submit {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #4f46e5;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.widget_search .wp-block-search__button:hover,
.widget_search .search-submit:hover {
    background-color: #4338ca;
}




#site-header .search-form,
#mobile-navigation .search-form {
    display: flex;
    align-items: center;
    gap: 0;
}


#site-header .search-field,
#mobile-navigation .search-field {
    width: 160px;
    padding: 0.4rem 0.75rem;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
    font-size: 0.8125rem;
    outline: none;
    background-color: #f9fafb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, width 0.25s ease;
}


#site-header .search-field:focus,
#mobile-navigation .search-field:focus {
    width: 200px;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
    background-color: #ffffff;
}


#site-header .search-submit,
#mobile-navigation .search-submit {
    padding: 0.4rem 0.75rem;
    background: linear-gradient(to right, #6366f1, #4f46e5);
    color: #ffffff;
    border: 1px solid #4f46e5;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

#site-header .search-submit:hover,
#mobile-navigation .search-submit:hover {
    background: linear-gradient(to right, #4f46e5, #4338ca);
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.3);
}


#mobile-navigation .search-form {
    width: 100%;
}

#mobile-navigation .search-field {
    width: auto;
    flex: 1;
}

#mobile-navigation .search-field:focus {
    width: auto;
    flex: 1;
}




.navigation.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}


.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.navigation.pagination .page-numbers:hover {
    background-color: #eef2ff;
    border-color: #6366f1;
    color: #4f46e5;
}


.navigation.pagination .page-numbers.current {
    background: linear-gradient(to right, #6366f1, #4f46e5);
    border-color: transparent;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}


.navigation.pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #9ca3af;
}

.navigation.pagination .page-numbers.dots:hover {
    background: transparent;
    border: none;
    color: #9ca3af;
}




.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.comment-list .comment {
    margin-bottom: 1.5rem;
}


.comment-body {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
}


.comment-body .avatar {
    border-radius: 9999px;
    flex-shrink: 0;
}


.comment-content {
    flex: 1;
    min-width: 0;
}


.comment-author .fn {
    font-weight: 600;
    color: #111827;
    font-style: normal;
}


.comment-metadata time {
    font-size: 0.75rem;
    color: #9ca3af;
}


.comment-reply-link {
    font-size: 0.75rem;
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.comment-reply-link:hover {
    color: #3730a3;
}


.comment-respond {
    margin-top: 2rem;
}

.comment-respond .comment-reply-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.comment-form p {
    margin-bottom: 1rem;
}

.comment-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #374151;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}


.comment-form .form-submit .submit {
    padding: 0.625rem 1.5rem;
    background: linear-gradient(to right, #6366f1, #4f46e5);
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.3);
}

.comment-form .form-submit .submit:hover {
    background: linear-gradient(to right, #4f46e5, #4338ca);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
    transform: translateY(-1px);
}



.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.wp-caption img {
    border-radius: 0.75rem;
}

.wp-caption-text {
    font-size: 0.8125rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.5rem;
}



.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


.screen-reader-text:focus {
    background-color: #ffffff;
    clip: auto !important;
    clip-path: none;
    color: #111827;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 0.5rem;
    line-height: normal;
    padding: 1rem;
    text-decoration: none;
    top: 0.5rem;
    width: auto;
    z-index: 100000;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f3f4f6;
}

::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}



::selection {
    background-color: rgba(99, 102, 241, 0.2);
    color: #1f2937;
}

::-moz-selection {
    background-color: rgba(99, 102, 241, 0.2);
    color: #1f2937;
}



html {
    scroll-behavior: smooth;
}