.jb-suite-employer-archive {
    display: grid;
    gap: 12px;
}

.jb-suite-employer-archive-card {
    background: #fff;
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 16px;
}

.jb-suite-employer-archive-link {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.jb-suite-employer-archive-card h2 {
    margin: 0;
    font-size: 16px;
}

.jb-suite-single-employer {
    padding: 20px 0;
}

.jb-suite-employer-card {
    background: #fff;
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 24px;
}

.jb-suite-employer-jobs {
    margin-top: 20px;
}

.jb-suite-employer-jobs-header h3 {
    margin-top: 20px;
    font-size: 16px;
}

.jb-suite-employer-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.jb-suite-employer-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #475569;
    overflow: hidden;
    font-size: 20px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.jb-suite-employer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jb-suite-employer-title {
    margin: 0 0 0;
    font-size: 16px;
}

.jb-suite-employer-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #6b7280;
    font-size: 13px;
}

.jb-suite-employer-meta span {
    position: relative;
    padding-right: 12px;
}

.jb-suite-employer-meta span::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: #9ca3af;
}

.jb-suite-employer-meta span:last-child {
    padding-right: 0;
}

.jb-suite-employer-meta span:last-child::after {
    content: "";
}

.jb-suite-employer-meta a {
    color: #0056d2;
    text-decoration: none;
    font-weight: 600;
}

.jb-suite-employer-website {
    margin: 0 0 12px;
}

.jb-suite-employer-website a {
    color: #0056d2;
    text-decoration: none;
    font-weight: 600;
}

.jb-suite-employer-section {
    margin-top: 20px;
}

.jb-suite-employer-section h2 {
    margin: 0 0 10px;
    font-size: 16px;
}

.jb-suite-employer-description {
    margin-top: 16px;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
}

.jb-suite-employer-jobs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.jb-suite-employer-muted {
    color: #6b7280;
    font-size: 14px;
}

@media (max-width: 640px) {
    .jb-suite-employer-header {
        align-items: flex-start;
        gap: 12px;
    }

    .jb-suite-employer-logo {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        flex: 0 0 48px;
    }

    .jb-suite-employer-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .jb-suite-employer-meta {
        font-size: 12px;
        gap: 6px;
    }
}
