.job-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.job-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.job-card-clickable {
    position: relative;
}

.job-card .btn,
.job-card button,
.job-card a {
    position: relative;
    z-index: 2;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.sticky-filter-toggle {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.form-control-lg,
.form-select-lg,
.btn-lg {
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

.badge {
    font-size: 0.85rem;
    padding: 0.4em 0.65em;
}

.btn-group-vertical .btn-check:checked + .btn {
    background-color: var(--bs-primary);
    color: white;
}

.list-group-item {
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.list-group-item:hover {
    border-left-color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.05);
}

.text-muted {
    font-size: 0.9rem;
}

.pagination-lg .page-link {
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

#place-autocomplete {
    width: 100%;
    margin-bottom: 0.5rem;
}

#place-autocomplete.d-none {
    display: none !important;
}

.profile-section {
    scroll-margin-top: 20px;
}

.contact-info-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.contact-info-revealed {
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.pay-amount-hidden {
    display: none;
}

.wrap-custom {
    white-space: normal;      /* allow wrapping */
    word-break: break-word;   /* break long words */
    line-height: 1.2;
    margin: 2px auto 2px auto;
    display: flex !important;
    text-align: left;
}
