/* ============================================
   OFF-CANVAS - NEW DESIGN
   ============================================ */

/* Hero Section with Background Image */
.vwg-offcanvas-hero {
    position: relative;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #7BA3B8;
}

.vwg-offcanvas-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(123,163,184,0.3) 0%, rgba(123,163,184,0.6) 100%);
}

/* Header Section */
.vwg-offcanvas-header {
    padding: 20px;
    padding-top: 20px;
    background: #F5F5F5;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

.vwg-offcanvas-header-inner {
    display: flex;
    gap: 20px;
}

/* Logo */
.vwg-offcanvas-logo {
    flex-shrink: 0;
    width: 140px;
    min-height: auto;
    background: #FFFFFF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.vwg-offcanvas-logo img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.vwg-offcanvas-logo.vwg-unclaimed {
    background: #FFFFFF;
    border: 2px dashed #D4A91E;
}

.vwg-offcanvas-logo .vwg-claim-text {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 8px;
}

/* Header Content */
.vwg-offcanvas-header-content {
    flex: 1;
    min-width: 0;
}

/* Badges Row - positioned absolute top right */
.vwg-offcanvas-badges-row {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 15;
}

.vwg-offcanvas-badges-row .vwg-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 40px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.vwg-offcanvas-badges-row .vwg-badge-vacatures {
    background: #00B67A;
    color: #000000;
}

.vwg-offcanvas-badges-row .vwg-badge-distance {
    background: #F2A900;
    color: #000;
}

/* Title Row */
.vwg-offcanvas-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.vwg-offcanvas-title {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

/* Reference */
.vwg-offcanvas-reference {
    margin: 0 0 4px 0;
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
}

/* Branche */
.vwg-offcanvas-branche {
    margin: 0 0 2px 0;
    font-size: 13px;
    color: #333;
}

.vwg-offcanvas-branche strong {
    color: #000;
}

/* Ook werkzaam in - separate line */
.vwg-offcanvas-ook-werkzaam {
    margin: 0 0 4px 0;
    font-size: 13px;
    color: #666;
}

/* Location */
.vwg-offcanvas-location {
    display: block;
    margin: 4px 0 8px 0;
    font-size: 13px;
    color: #666;
}

/* Meta Grid */
.vwg-offcanvas-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 4px 12px;
    margin-bottom: 12px;
    justify-content: start;
}

.vwg-offcanvas-meta-grid .vwg-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #333;
}

.vwg-offcanvas-meta-grid .vwg-meta-item i {
    font-size: 12px;
    color: #000;
    width: 14px;
}

.vwg-offcanvas-meta-grid .vwg-meta-vacatures {
    color: #C45C3E !important;
}

.vwg-offcanvas-meta-grid .vwg-meta-vacatures i {
    color: #C45C3E !important;
}

/* Action Pills */
.vwg-offcanvas-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Header Actions (Right Side) - positioned absolute */
.vwg-offcanvas-header-actions {
    position: absolute;
    top: 60px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.vwg-header-action-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.vwg-header-action-link:first-child {
    background: #F2A900;
    padding: 10px 16px;
    color: #000000;
}

.vwg-header-action-link:first-child:hover {
    background: #D99600;
}

.vwg-header-action-link:hover {
    color: #F2A900;
}

.vwg-header-action-link i {
    font-size: 14px;
}

/* Navigation Bar */
.vwg-offcanvas-nav {
    display: flex;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    overflow-x: auto;
    padding: 0 20px;
}

.vwg-nav-link {
    flex-shrink: 0;
    padding: 15px 0;
    margin-right: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #666 !important;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.vwg-nav-link:last-child {
    margin-right: 0;
}

.vwg-nav-link:hover {
    color: #000 !important;
}

.vwg-nav-link.active {
    color: #F2A900 !important;
    border-bottom-color: #F2A900;
}

.vwg-nav-link.vwg-nav-vacatures {
    color: #F2A900 !important;
}

/* Scrollable Content */
.vwg-offcanvas-content {
    background: #FFFFFF;
    padding: 0 20px;
}

/* Sections - 2 Column Layout */
.vwg-oc-section {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 60px;
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
    scroll-margin-top: 60px;
}

.vwg-oc-section:last-of-type {
    border-bottom: none;
}

.vwg-oc-section-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.vwg-oc-section-content {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.vwg-oc-section-content p {
    margin: 0 0 15px 0;
}

/* Section content wrappers for grid items */
.vwg-oc-werklocaties-grid,
.vwg-oc-vakgebieden-list,
.vwg-oc-functies-list,
.vwg-oc-projecten-grid,
.vwg-oc-vacatures-list {
    grid-column: 2;
}

/* Werklocaties Grid */
.vwg-oc-werklocaties-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.vwg-oc-werklocatie-item {
    position: relative;
}

.vwg-oc-werklocatie-image {
    position: relative;
    width: 100%;
    padding-bottom: 66.67%;
    background-size: cover;
    background-position: center;
    background-color: #E0E0E0;
}

.vwg-oc-werklocatie-image.vwg-oc-no-image {
    background-color: #CCC;
}

.vwg-oc-werklocatie-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}

/* Vakgebieden List */
.vwg-oc-vakgebieden-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vwg-oc-vakgebied-card {
    background: #F5F5F5;
}

.vwg-oc-vakgebied-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: #F2A900;
}

.vwg-oc-vakgebied-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
}

.vwg-oc-vakgebied-title {
    display: flex;
    flex-direction: column;
}

.vwg-oc-label {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.vwg-oc-vakgebied-title strong {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.vwg-oc-specialiteiten {
    padding: 15px 15px 15px 65px;
}

.vwg-oc-specialiteiten .vwg-oc-label {
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}

.vwg-oc-specialiteiten p {
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #333;
}

/* Interne Functies */
.vwg-oc-functies-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vwg-oc-functie-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: #F5F5F5;
}

.vwg-oc-functie-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2A900;
    font-size: 14px;
    color: #000;
}

.vwg-oc-functie-info {
    display: flex;
    flex-direction: column;
}

.vwg-oc-functie-info .vwg-oc-label {
    font-size: 10px;
    color: #666;
}

.vwg-oc-functie-info strong {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* Projecten Grid */
.vwg-oc-projecten-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.vwg-oc-project-item {
    position: relative;
}

.vwg-oc-project-image {
    position: relative;
    width: 100%;
    padding-bottom: 66.67%;
    background-size: cover;
    background-position: center;
    background-color: #E0E0E0;
}

.vwg-oc-project-image.vwg-oc-no-image {
    background-color: #CCC;
}

.vwg-oc-project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}

/* Vacatures List */
.vwg-oc-vacatures-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vwg-oc-vacature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #F2A900;
}

.vwg-oc-vacature-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vwg-oc-vacature-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.1);
    font-size: 14px;
}

.vwg-oc-vacature-info {
    display: flex;
    flex-direction: column;
}

.vwg-oc-vacature-info strong {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.vwg-oc-vacature-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
}

.vwg-oc-vacature-link:hover {
    text-decoration: underline;
}

/* CTA Section */
.vwg-oc-cta-section {
    display: block;
    padding: 20px 0 30px;
}

.vwg-oc-cta-section .vwg-cta-button {
    display: inline-block !important;
    width: auto !important;
    padding: 16px 80px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #000000 !important;
    background: #F2A900 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
}

/* Footer */
.vwg-offcanvas-footer {
    padding: 40px 20px;
    background: #F5F5F5;
    text-align: center;
}

.vwg-footer-text {
    margin: 0 0 25px 0;
    font-size: 15px;
    color: #333;
}

.vwg-footer-contact-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.vwg-footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vwg-footer-icon:hover {
    background: #F2A900;
    border-color: #F2A900;
    color: #000;
}

.vwg-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.vwg-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vwg-social-facebook {
    background: #1877F2;
}

.vwg-social-facebook:hover {
    background: #145DBF;
}

.vwg-social-twitter {
    background: #000000;
}

.vwg-social-twitter:hover {
    background: #333333;
}

.vwg-social-linkedin {
    background: #0A66C2;
}

.vwg-social-linkedin:hover {
    background: #004182;
}

.vwg-social-email {
    background: #F2A900;
    color: #000 !important;
}

.vwg-social-email:hover {
    background: #D99600;
}

.vwg-social-whatsapp {
    background: #25D366;
}

.vwg-social-whatsapp:hover {
    background: #1EBE57;
}

.vwg-footer-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.vwg-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid #000;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vwg-footer-btn:hover {
    background: #000000;
    color: #FFFFFF;
}

.vwg-footer-btn i {
    font-size: 14px;
}

/* ============================================
   VACATURE OFFCANVAS SPECIFIC STYLES
   ============================================ */

/* Navigation Buttons */
.vwg-offcanvas-nav-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
    display: flex;
    gap: 10px;
}

.vwg-offcanvas-close,
.vwg-offcanvas-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vwg-offcanvas-close:hover,
.vwg-offcanvas-arrow:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.8);
}

.vwg-offcanvas-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.vwg-offcanvas-arrows {
    display: flex;
    gap: 2px;
}

/* Badge in hero */
.vwg-badge-hero {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Two Column Meta Layout */
.vwg-offcanvas-meta-two-columns {
    display: flex;
    gap: 40px;
    margin-bottom: 12px;
}

.vwg-offcanvas-meta-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vwg-offcanvas-meta-column .vwg-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
}

.vwg-offcanvas-meta-column .vwg-meta-item i {
    width: 16px;
    color: #000;
    font-size: 12px;
}

/* Vacature Section Layout */
.vwg-vacature-offcanvas .vwg-oc-section {
    display: flex;
    gap: 60px;
}

.vwg-oc-section-sidebar {
    flex: 0 0 140px;
}

.vwg-oc-sidebar-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 !important;
    text-transform: none !important;
    line-height: 1.4 !important;
}

.vwg-oc-section-main {
    flex: 1;
    min-width: 0;
}

/* Subsections */
.vwg-oc-subsection {
    margin-bottom: 30px;
}

.vwg-oc-subsection:last-child {
    margin-bottom: 0;
}

.vwg-oc-subsection-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 0 10px 0 !important;
}

.vwg-oc-subsection-content {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.vwg-oc-subsection-content p {
    margin: 0 0 10px 0;
}

/* Bullet List */
.vwg-oc-bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vwg-oc-bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.vwg-oc-bullet-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
}

/* Arbeidsvoorwaarden List */
.vwg-oc-arbeidsvoorwaarden-list {
    margin-bottom: 20px;
}

.vwg-oc-arbeidsvoorwaarde-item {
    display: flex;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.vwg-oc-arbeidsvoorwaarde-item:last-child {
    border-bottom: none;
}

.vwg-oc-av-label {
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.vwg-oc-av-value {
    font-size: 14px;
    color: #333;
}

.vwg-oc-av-auto {
    color: #999;
    font-style: italic;
}

/* Salary Note Box */
.vwg-oc-salary-note {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #F5F5F5;
    border-left: 4px solid #F2A900;
    margin-top: 20px;
}

.vwg-oc-salary-note-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2A900;
    color: #000;
    font-size: 18px;
}

.vwg-oc-salary-note-content {
    flex: 1;
}

.vwg-oc-salary-note-content p {
    margin: 0 0 8px 0;
    font-size: 13px;
    color: #333;
}

.vwg-oc-salary-note-content p:last-child {
    margin-bottom: 0;
}

/* Profile Cards */
.vwg-oc-profile-card {
    margin-bottom: 20px;
}

.vwg-oc-profile-card:last-child {
    margin-bottom: 0;
}

.vwg-oc-profile-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
}

.vwg-oc-profile-header i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.vwg-oc-profile-header > div {
    display: flex;
    flex-direction: column;
}

.vwg-oc-profile-header strong {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.vwg-oc-profile-header span {
    font-size: 11px;
    color: rgba(0,0,0,0.7);
}

.vwg-oc-profile-content {
    padding: 15px 15px 15px 57px;
    background: #F5F5F5;
}

.vwg-oc-profile-content p {
    margin: 0 0 6px 0;
    font-size: 14px;
    color: #333;
}

.vwg-oc-profile-content p:last-child {
    margin-bottom: 0;
}

/* Profile Card Colors */
.vwg-oc-profile-orange .vwg-oc-profile-header {
    background: #F2A900;
}

.vwg-oc-profile-yellow .vwg-oc-profile-header {
    background: #FFD54F;
}

.vwg-oc-profile-red .vwg-oc-profile-header {
    background: #FF7043;
}

/* Bedrijf Section */
.vwg-oc-bedrijf-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.vwg-oc-bedrijf-intro p {
    margin: 0 0 10px 0;
}

.vwg-oc-bedrijf-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.vwg-oc-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #F5F5F5;
    font-size: 13px;
    color: #333;
}

.vwg-oc-tag i {
    color: #F2A900;
}

.vwg-oc-bedrijf-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.vwg-oc-bedrijf-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
}

.vwg-oc-bedrijf-meta-item i {
    color: #000;
    width: 16px;
}

.vwg-oc-bedrijf-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vwg-oc-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #333;
}

.vwg-oc-contact-item i {
    color: #F2A900;
    width: 16px;
}

.vwg-oc-contact-item a {
    color: #333;
    text-decoration: none;
}

.vwg-oc-contact-item a:hover {
    color: #F2A900;
    text-decoration: underline;
}

/* Praktisch List */
.vwg-oc-praktisch-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vwg-oc-praktisch-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}

.vwg-oc-praktisch-list li:last-child {
    border-bottom: none;
}

.vwg-oc-praktisch-list strong {
    color: #000;
}

/* Reageren Section */
.vwg-oc-section-reageren {
    background: #F2A900;
    margin: 0 -20px;
    padding: 30px 20px;
    border-bottom: none;
}

.vwg-oc-section-reageren .vwg-oc-sidebar-title {
    color: #000 !important;
}

.vwg-cta-button-large {
    display: inline-block;
    padding: 18px 60px;
    background: #000000;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vwg-cta-button-large:hover {
    background: #333333;
}

/* Responsive */
@media (max-width: 768px) {
    .vwg-offcanvas-hero {
        height: 80px;
    }

    .vwg-offcanvas-header-inner {
        flex-direction: column;
    }

    .vwg-offcanvas-logo {
        width: 120px;
        min-height: auto;
        margin-top: -30px;
        align-self: flex-start;
    }

    .vwg-offcanvas-badges-row {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 10px;
    }

    .vwg-offcanvas-header-actions {
        position: relative;
        top: auto;
        right: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 15px;
    }

    .vwg-offcanvas-meta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vwg-oc-section {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .vwg-oc-section-title {
        font-size: 14px;
    }

    .vwg-oc-werklocaties-grid,
    .vwg-oc-vakgebieden-list,
    .vwg-oc-functies-list,
    .vwg-oc-projecten-grid,
    .vwg-oc-vacatures-list {
        grid-column: 1;
    }

    .vwg-oc-werklocaties-grid,
    .vwg-oc-projecten-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vwg-footer-social {
        flex-direction: column;
        align-items: center;
    }

    .vwg-social-btn {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }

    .vwg-footer-actions {
        flex-direction: column;
        align-items: center;
    }

    .vwg-footer-btn {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }

    /* Vacature Offcanvas Mobile */
    .vwg-offcanvas-meta-two-columns {
        flex-direction: column;
        gap: 15px;
    }

    .vwg-vacature-offcanvas .vwg-oc-section {
        flex-direction: column;
        gap: 15px;
    }

    .vwg-oc-section-sidebar {
        flex: none;
    }

    .vwg-oc-profile-content {
        padding-left: 15px;
    }

    .vwg-oc-section-reageren {
        margin: 0 -20px;
    }

    .vwg-cta-button-large {
        width: 100%;
        padding: 16px 20px;
        text-align: center;
    }
}
