.eguweb-custom-page-search-container {
    max-width: 100%;
    margin: 1em 0;
}

.eguweb-custom-page-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 1em;
}

.eguweb-custom-page-search-input:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
    outline: none;
}

.eguweb-custom-page-search-results {
    margin-top: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.search-result-item {
    padding: 1em;
    border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item h3 {
    margin: 0 0 0.5em 0;
    font-size: 1.2em;
}

.search-result-item h3 a {
    color: #0073aa;
    text-decoration: none;
}

.search-result-item h3 a:hover {
    color: #00a0d2;
}

.search-result-excerpt {
    color: #666;
    font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.search-result-type {
    display: inline-block;
    padding: 2px 8px;
    background: #f0f0f0;
    border-radius: 3px;
    font-size: 0.8em;
    color: #666;
}

.eguweb-search-loading,
.eguweb-search-no-results,
.eguweb-search-error {
    padding: 1em;
    text-align: center;
    color: #666;
}

.eguweb-search-error {
    color: #dc3232;
}

/* ローディングスピナーのスタイル */
.components-spinner {
    margin: 1em auto;
    display: block;
} 