.service-page .service-pagination .page-btn {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    font-size: 0.875rem;
    color: rgb(71 85 105);
}

.dark .service-page .service-pagination .page-btn {
    border-color: rgb(71 85 105);
    background: rgb(15 23 42);
    color: rgb(203 213 225);
}

.service-page .service-pagination .page-btn.is-active {
    border-color: #007ACC;
    background: #007ACC;
    color: #fff;
}

.service-page .service-pagination .page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.service-faq-item {
    border: 1px solid rgb(226 232 240);
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
}

.dark .service-faq-item {
    border-color: rgb(71 85 105);
    background: rgb(15 23 42);
}

.service-faq-item.is-open .service-faq-answer {
    display: block;
}

.service-faq-question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    text-align: left;
}

.service-faq-qmark {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: rgb(0 122 204 / 0.12);
    color: #007ACC;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-faq-answer {
    display: none;
    padding: 0 1.25rem 1.25rem 3.25rem;
    color: rgb(71 85 105);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.dark .service-faq-answer {
    color: rgb(203 213 225);
}

.service-faq-answer img {
    max-width: 100%;
    height: auto;
}

.guest-order-product {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.5rem;
}

.guest-order-product img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover;
    border-radius: 0.75rem;
    background: rgb(241 245 249);
}

.guest-order-product-placeholder {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.75rem;
    background: rgb(241 245 249);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(148 163 184);
}

.dark .guest-order-product-placeholder {
    background: rgb(30 41 59);
}
