.techjobs-card{display:flex;gap:14px;align-items:flex-start;border:1px solid #eee;border-radius:12px;padding:16px;margin:12px 0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.techjobs-card .logo{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f6f6f6;display:flex;align-items:center;justify-content:center}
.techjobs-card .logo img{max-width:100%;max-height:100%}
.techjobs-card h3{margin:0 0 6px 0}
.techjobs-meta{font-size:13px;color:#666;display:flex;flex-wrap:wrap;gap:8px}
.techjobs-search .techjobs-search-input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:12px}
.techjobs-search-results{margin-top:10px}
.techjobs-filters{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}
.techjobs-filters select{padding:6px 8px}
.techjobs-apply{border-top:1px solid #eee;margin-top:24px;padding-top:16px}
.techjobs-apply form input[type="text"], .techjobs-apply form input[type="email"], .techjobs-apply form input[type="tel"], .techjobs-apply form input[type="file"]{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;margin:6px 0}
.techjobs-apply form button{background:#0ea5e9;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer}
.techjobs-company-cover{width:100%;max-height:220px;object-fit:cover;border-radius:12px}
.techjobs-company{border:1px solid #eee;border-radius:12px;padding:16px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.03);margin:12px 0}
