:root{pharmacy-primary:crimson;pharmacy-black:#000;pharmacy-white:#fff;pharmacy-gray-light:#f8f9fa;pharmacy-gray:#e9ecef;pharmacy-gray-dark:#6c757d;pharmacy-shadow:0 2px 4px rgb(0 0 0 / .1);pharmacy-shadow-hover:0 4px 12px rgb(0 0 0 / .15);pharmacy-border-radius:8px;pharmacy-transition:all 0.3s ease}.pharmacy-job-board{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.pharmacy-filters{background:var(--pharmacy-white);padding:25px;margin-bottom:30px;border-radius:var(--pharmacy-border-radius);box-shadow:var(--pharmacy-shadow);border:1px solid var(--pharmacy-gray)}.pharmacy-filter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;align-items:end}.pharmacy-select{padding:12px 16px;border:2px solid var(--pharmacy-gray);border-radius:var(--pharmacy-border-radius);font-size:14px;background:var(--pharmacy-white);transition:var(--pharmacy-transition);width:100%}.pharmacy-select:focus{outline:none;border-color:var(--pharmacy-primary);box-shadow:0 0 0 3px rgb(220 20 60 / .1)}.pharmacy-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:var(--pharmacy-border-radius);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--pharmacy-transition);text-align:center;white-space:nowrap}.pharmacy-btn-primary{background:var(--pharmacy-primary);color:var(--pharmacy-white)}.pharmacy-btn-primary:hover{background:#b71c3c;transform:translateY(-1px);box-shadow:var(--pharmacy-shadow-hover)}.pharmacy-btn-outline{background:#fff0;color:var(--pharmacy-primary);border:2px solid var(--pharmacy-primary)}.pharmacy-btn-outline:hover{background:var(--pharmacy-primary);color:var(--pharmacy-white)}.pharmacy-btn-large{padding:16px 32px;font-size:16px}.pharmacy-jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;margin-bottom:30px}.pharmacy-jobs-grid.profile-cards{display:block!important;grid-template-columns:none!important}.pharmacy-job-card{background:var(--pharmacy-white);border-radius:var(--pharmacy-border-radius);box-shadow:var(--pharmacy-shadow);border:1px solid var(--pharmacy-gray);overflow:hidden;transition:var(--pharmacy-transition);display:flex;flex-direction:column;height:fit-content}.pharmacy-job-card.pharmacy-profile-card{flex-direction:row!important;height:120px!important;align-items:stretch!important}.pharmacy-job-card:hover{transform:translateY(-2px);box-shadow:var(--pharmacy-shadow-hover)}.job-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0 20px;margin-bottom:15px}.job-type-badge{background:var(--pharmacy-primary);color:var(--pharmacy-white);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.job-type-pharmaceutical_technologist{background:#28a745}.job-deadline{background:var(--pharmacy-gray-light);color:var(--pharmacy-gray-dark);padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.job-title{margin:0 0 15px 0;padding:0 20px;font-size:18px;font-weight:700;line-height:1.3}.job-title a{color:var(--pharmacy-black);text-decoration:none;transition:var(--pharmacy-transition)}.job-title a:hover{color:var(--pharmacy-primary)}.job-meta{padding:0 20px;margin-bottom:15px}.job-meta-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--pharmacy-gray-light);font-size:14px}.job-meta-item:last-child{border-bottom:none}.meta-label{font-weight:600;color:var(--pharmacy-gray-dark)}.meta-value{color:var(--pharmacy-black);font-weight:500}.job-excerpt{padding:0 20px;margin-bottom:20px;color:var(--pharmacy-gray-dark);font-size:14px;line-height:1.5;flex-grow:1}.job-card-footer{padding:20px;border-top:1px solid var(--pharmacy-gray-light);display:flex;gap:10px;justify-content:space-between}.job-card-footer .pharmacy-btn{flex:1}.pharmacy-form{background:var(--pharmacy-white);padding:30px;border-radius:var(--pharmacy-border-radius);box-shadow:var(--pharmacy-shadow);border:1px solid var(--pharmacy-gray);max-width:800px;margin:0 auto}.form-section{margin-bottom:30px}.form-section h3{margin:0 0 20px 0;color:var(pharmacy-black);font-size:20px;font-weight:700;padding-bottom:10px;border-bottom:2px solid var(pharmacy-primary)}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-bottom:20px}.form-row>.form-group{-webkit-box-flex:1;-ms-flex:1 1 250px;flex:1 1 250px;min-width:250px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:var(pharmacy-black);font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid var(pharmacy-gray);border-radius:var(pharmacy-border-radius);font-size:14px;transition:var(--pharmacy-transition);font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--pharmacy-primary);box-shadow:0 0 0 3px rgb(220 20 60 / .1)}.form-group textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;flex-wrap:wrap;gap:15px;margin-top:8px}.checkbox-group label{display:flex;align-items:center;font-weight:500;margin-bottom:0;cursor:pointer}.label-with-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.negotiable-option{font-size:14px;font-weight:500;color:var(--pharmacy-gray-dark);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.negotiable-option input[type="checkbox"]{margin:0;transform:scale(1.1)}.checkbox-group input[type="checkbox"]{margin-right:8px;transform:scale(1.1)}.form-actions{text-align:center;padding-top:20px;border-top:1px solid var(--pharmacy-gray)}.pharmacy-notification-signup{max-width:600px;margin:0 auto;padding:20px}.notification-card{background:var(--pharmacy-white);padding:30px;border-radius:var(--pharmacy-border-radius);box-shadow:var(--pharmacy-shadow);border:1px solid var(--pharmacy-gray);text-align:center}.notification-card h3{margin:0 0 15px 0;color:var(--pharmacy-black);font-size:24px;font-weight:700}.notification-card p{margin:0 0 25px 0;color:var(--pharmacy-gray-dark);font-size:16px;line-height:1.5}.pharmacy-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px}.pharmacy-pagination a,.pharmacy-pagination span{padding:10px 15px;border:1px solid var(--pharmacy-gray);border-radius:var(--pharmacy-border-radius);color:var(--pharmacy-black);text-decoration:none;transition:var(--pharmacy-transition)}.pharmacy-pagination a:hover{background:var(--pharmacy-primary);color:var(--pharmacy-white);border-color:var(--pharmacy-primary)}.pharmacy-pagination .current{background:var(--pharmacy-primary);color:var(--pharmacy-white);border-color:var(--pharmacy-primary)}.no-jobs-found{text-align:center;padding:60px 20px;color:var(--pharmacy-gray-dark);font-size:18px;grid-column:1 / -1}@media (max-width:768px){.pharmacy-job-board{padding:15px}.pharmacy-jobs-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.pharmacy-jobs-grid>.pharmacy-job-card{max-width:none;-webkit-box-flex:none;-ms-flex:none;flex:none}.pharmacy-filter-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pharmacy-filter-form>*{min-width:auto}.form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-row>.form-group{min-width:auto}.job-card-footer{flex-direction:column}.job-card-footer .pharmacy-btn{width:100%}.checkbox-group{flex-direction:column;gap:10px}}@media (max-width:480px){.pharmacy-form{padding:20px;margin:0 10px}.form-section h3{font-size:18px}.job-title{font-size:16px}.pharmacy-btn{padding:10px 20px;font-size:13px}.pharmacy-btn-large{padding:14px 28px;font-size:15px}}.pharmacy-loading{display:flex;justify-content:center;align-items:center;padding:40px;color:var(--pharmacy-gray-dark)}.pharmacy-loading::after{content:'';width:20px;height:20px;border:2px solid var(--pharmacy-gray);border-top:2px solid var(--pharmacy-primary);border-radius:50%;animation:pharmacy-spin 1s linear infinite;margin-left:10px}@keyframes pharmacy-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pharmacy-message{padding:15px 20px;border-radius:var(--pharmacy-border-radius);margin-bottom:20px;font-weight:500}.pharmacy-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.pharmacy-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.pharmacy-btn:focus,.pharmacy-select:focus,.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--pharmacy-primary);outline-offset:2px}@media print{.pharmacy-filters,.pharmacy-btn,.job-card-footer{display:none!important}.pharmacy-job-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc;margin-bottom:20px;width:100%}.pharmacy-jobs-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (prefers-contrast:high){:root{pharmacy-gray:#666;pharmacy-gray-light:#eee;pharmacy-shadow:0 2px 4px rgb(0 0 0 / .3)}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}.pharmacy-profile-card{border:1px solid #e1e5e9!important;border-radius:8px!important;box-shadow:0 1px 3px rgb(0 0 0 / .08)!important;transition:all 0.3s ease!important;background:#ffffff!important;overflow:visible!important;margin-bottom:15px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;min-height:120px!important;width:100%!important;max-width:100%!important;position:relative!important;float:none!important;clear:both!important}.pharmacy-profile-card-row{display:flex!important;flex-direction:row!important;height:120px!important;align-items:stretch!important}.pharmacy-profile-card{display:flex!important;flex-direction:row!important;align-items:stretch!important;height:120px!important;width:100%!important}.pharmacy-profile-card>.job-card-header{flex:0 0 160px!important}.pharmacy-profile-card>.pharmacy-profile-card-content{flex:1!important;display:flex!important;flex-direction:column!important}.pharmacy-profile-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .12)!important;transform:translateY(-2px)!important}.pharmacy-profile-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .12);transform:translateY(-2px)}.pharmacy-profile-card .job-card-header{background:linear-gradient(135deg,#dc143c 0%,#8b0000 100%);color:#fff;padding:15px;margin:0;display:flex!important;flex-direction:column!important;justify-content:center;align-items:center;min-width:160px!important;max-width:160px!important;width:160px!important;text-align:center;flex-shrink:0!important;flex-grow:0!important;height:120px!important}.pharmacy-profile-card .job-type-badge{background:rgb(255 255 255 / .2);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.pharmacy-profile-card .profile-availability{background:rgb(255 255 255 / .15);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.pharmacy-profile-card-content{flex:1!important;display:flex!important;flex-direction:column!important;min-width:0!important;width:calc(100% - 160px)!important;overflow:hidden;height:100%}.pharmacy-profile-card-main{flex:1;padding:15px 20px;display:flex;align-items:center;width:100%}.pharmacy-profile-card-main .profile-row{display:flex!important;align-items:center!important;gap:20px!important;width:100%!important}.pharmacy-profile-card-main .job-title{margin:0!important;min-width:120px!important;flex-shrink:0!important;order:1!important}.pharmacy-profile-card-main .job-meta{display:flex!important;gap:15px!important;margin:0!important;flex:1!important;order:2!important}.pharmacy-profile-card-main .contact-actions{margin-left:auto!important;flex-shrink:0!important;order:3!important}.pharmacy-profile-card .job-title{padding:0;margin:0!important;font-size:16px;font-weight:600;color:#2c3e50;min-width:120px;flex-shrink:0}.pharmacy-profile-card .job-meta{padding:0!important;margin:0!important;display:flex!important;gap:15px!important;align-items:center!important;flex:1!important}.pharmacy-profile-card .job-meta-item{display:flex;align-items:center;gap:5px;font-size:13px}.pharmacy-profile-card .meta-icon{font-size:14px;color:#7f8c8d;margin-right:3px}.pharmacy-profile-card .meta-label{font-weight:600;color:#7f8c8d;min-width:80px;font-size:13px}.pharmacy-profile-card .meta-value{color:#2c3e50;font-weight:500;font-size:14px}.pharmacy-profile-card .job-excerpt{padding:0;margin-bottom:15px;color:#5a6c7d;line-height:1.5;font-size:14px}.pharmacy-profile-card .contact-info{padding:15px 20px 10px;background:#f8f9fa;border-top:1px solid #e9ecef;margin-top:auto}.pharmacy-profile-card .contact-item{display:flex;align-items:center;margin-bottom:6px}.pharmacy-profile-card .contact-label{font-weight:600;color:#6c757d;min-width:70px;font-size:12px}.pharmacy-profile-card .contact-value{color:#495057;font-size:13px;font-weight:500}.pharmacy-profile-card .contact-actions{padding:0!important;display:flex!important;gap:8px!important;align-items:center!important;background:transparent!important;margin:0!important;margin-left:auto!important;flex-shrink:0!important}.pharmacy-profile-card .pharmacy-btn{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:all 0.2s ease;border:none;cursor:pointer;display:inline-block}.pharmacy-profile-card .pharmacy-btn-primary{background:crimson;color:#fff}.pharmacy-profile-card .pharmacy-btn-primary:hover{background:darkred;text-decoration:none}.pharmacy-profile-card .pharmacy-btn-outline{background:#fff0;color:crimson;border:1px solid crimson}.pharmacy-profile-card .pharmacy-btn-outline:hover{background:crimson;color:#fff;text-decoration:none}.profile-details{padding:20px;background:#f8f9fa;border-top:1px solid #e9ecef;border-left:1px solid #e1e5e9;border-right:1px solid #e1e5e9;border-bottom:1px solid #e1e5e9;border-radius:0 0 8px 8px;margin-top:-1px;display:none;position:static;width:100%;box-sizing:border-box}.profile-details h4{color:crimson;font-size:16px;font-weight:600;margin-bottom:12px}.detail-item{display:flex;margin-bottom:8px;align-items:flex-start}.detail-label{font-weight:600;color:#6c757d;min-width:120px;font-size:13px}.detail-value{color:#495057;font-size:13px;flex:1}.additional-details p{color:#5a6c7d;line-height:1.5;margin-bottom:15px}@keyframes slideDown{from{opacity:0;max-height:0}to{opacity:1;max-height:300px}}.pharmacy-jobs-grid.profile-cards{display:block!important;width:100%!important;grid-template-columns:none!important;gap:0!important}.pharmacy-jobs-grid.profile-cards .pharmacy-profile-card{display:flex!important;flex-direction:row!important;width:100%!important;height:120px!important;margin-bottom:15px!important;clear:both!important;float:none!important;position:static!important;align-items:stretch!important}@media (max-width:768px){.pharmacy-profile-card{flex-direction:column!important;min-height:auto!important}.pharmacy-profile-card .job-card-header{min-width:auto!important;max-width:none!important;width:auto!important;flex-direction:row!important;justify-content:space-between!important;text-align:left!important}.pharmacy-profile-card-content{width:100%!important}.pharmacy-profile-card .contact-actions{flex-direction:column}.pharmacy-profile-card .pharmacy-btn{text-align:center}}.pharmacy-profile-details .profile-badges{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.pharmacy-profile-details .badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pharmacy-profile-details .badge.profile-type{background:crimson;color:#fff}.pharmacy-profile-details .badge.employment-type{background:#28a745;color:#fff}.pharmacy-profile-details h3{color:crimson;border-bottom:2px solid crimson;padding-bottom:10px;margin-bottom:20px}.pharmacy-profile-details .details-grid{display:grid;gap:15px;margin-bottom:30px}.pharmacy-profile-details .detail-item{display:flex;padding:10px 0;border-bottom:1px solid #e9ecef}.pharmacy-profile-details .detail-label{font-weight:600;min-width:150px;color:#6c757d}.pharmacy-profile-details .detail-value{flex:1;color:#495057}.pharmacy-profile-details .contact-methods{display:flex;flex-direction:column;gap:10px}.pharmacy-profile-details .contact-btn{display:inline-block;padding:12px 20px;border-radius:6px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.pharmacy-profile-details .email-btn{background:#17a2b8;color:#fff}.pharmacy-profile-details .whatsapp-btn{background:#25d366;color:#fff}.pharmacy-profile-details .phone-btn{background:#6c757d;color:#fff}.pharmacy-profile-details .contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .2);text-decoration:none;color:#fff}