/* Component styles for the Gemeente template. Tailwind utilities come from /assets/app.css. */

.template-horizon .gem-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.template-horizon .gem-skip-link:focus {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 50;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    border-radius: 0.25rem;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #007bc7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.template-horizon .gem-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: #007bc7;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

.template-horizon .gem-btn-primary:hover {
    background: #0066a8;
}

.template-horizon .gem-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #007bc7;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #007bc7;
}

.template-horizon .gem-input {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.template-horizon .gem-job-content p {
    margin-bottom: 1rem;
    line-height: 1.625;
}

.template-horizon .gem-job-content ul {
    margin: 0 0 1rem 1.25rem;
    list-style: disc;
}

.template-horizon .gem-vacancy-card {
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
